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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
-`Element#on(:event)` subscribes to `on_event` for reactrb components and `onEvent` for native components. (#153)
31
+
32
+
### Deprecated
33
+
34
+
-`Element#(:event)` subscription to `_onEvent` is deprecated. Once you have changed params named `_on...` to `on_...` you can `require 'reactrb/new-event-name-convention.rb'` to avoid spurious react warning messages. (#153)
35
+
36
+
37
+
### Fixed
38
+
39
+
- when using the Element['#container'].render... method generates spurious react error (#154)
0 commit comments