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
view helper render_component('Component') not working in ie8
use React.render(Component, mountNode)
than wrap this with turbolinks like page:load ready works fine,but there is another problem, component will not unmount.
I don't know how to fix this problem
The text was updated successfully, but these errors were encountered:
1ternal
changed the title
view helper not working with old browswer
view helper not working with old browser
Nov 14, 2014
view helper
render_component('Component')
not working in ie8use
React.render(Component, mountNode)
than wrap this with turbolinks like
page:load ready
works fine,but there is another problem, component will not unmount.I don't know how to fix this problem
The text was updated successfully, but these errors were encountered: