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
Hi,
After updating react-rails from version 1.2.0 to 1.3+ I noticed a breaking change.
I use simple_form with custom inputs and in many of these custom inputs declaration I make a call to the react_component helper method.
Anyways, I've just merged #375 which fixes some other bugs with the view helper. Could you try the master branch of this gem and see if it works for you?
Hi,
After updating react-rails from version 1.2.0 to 1.3+ I noticed a breaking change.
I use simple_form with custom inputs and in many of these custom inputs declaration I make a call to the react_component helper method.
Below is an example of one of them:
Bellow the trace when I call this input on version 1.3.1+
Bellow the trace when I call this input on version 1.3.0
It used to work very well prior to version 1.3.
Any help would be greatly appreciated, thanks !
The text was updated successfully, but these errors were encountered: