ruby-hyperloop / hyper-react

The project has moved to Hyperstack!!
https://hyperstack.org/
MIT License
285 stars 14 forks source link

after_error callback not working correctly #271

Open catmando opened 5 years ago

catmando commented 5 years ago

currently react.js component class wrapping the ruby class gets a componentDidCatch function. This makes react.js think that every component is a error boundry, which means that nested errors do not work correctly.