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
Guard against legacy context being not supported in DevTools fixture
Legacy context was removed from experimental builds so the default setup would hide important fixtures.
Now it just assumes that any crash within the tree rendering legacy context is due to legacy context not being supported.
I didn't remove since this fixture can be used with older versions of React where we would want to check if legacy
context still works.
0 commit comments