You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks, I'll update this in the next days. The reason input
elements are wrapped is because there were problems with the
cursor in input elements beeing reseted when typing. This fix, is
actually copied from om, and the original issue is here:
Hi!
transferPropsTo
is now deprecated in React: https://gist.github.com/sebmarkbage/a6e220b7097eb3c79ab7It’s used in
interpreter/wrap-form-element
https://github.com/r0man/sablono/blob/master/src/sablono/interpreter.cljx#L35
It generates warning every time form element is used:
BTW may I ask, what is the motivation behind wrapping React input elements with wrapper? Why don’t just use raw React inputs?
The text was updated successfully, but these errors were encountered: