Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information