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
ReactServerRenderingTransaction doesn’t have a checkpoint(), so any component with handleError() crashes during server rendering. I tested on 15, but pretty sure this is in master as well.
ReactServerRenderingTransaction
doesn’t have acheckpoint()
, so any component withhandleError()
crashes during server rendering. I tested on 15, but pretty sure this is in master as well.Fiddle: https://jsfiddle.net/un1nqs0w/
cc @jimfb
The text was updated successfully, but these errors were encountered: