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
adds basic exception handler that handles exceptions during rendering and prints a meaningful error message. This has been an invaluable resource during our use of react.rb. Without this its much more difficult to track the source of the error.
From @catmando on June 11, 2015 14:28
adds basic exception handler that handles exceptions during rendering and prints a meaningful error message. This has been an invaluable resource during our use of react.rb. Without this its much more difficult to track the source of the error.
Copied from original issue: zetachang/react.rb/pull/49