-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Extend StrictMode compatiblity #16283
Conversation
@material-ui/core: parsed: +0.15% , gzip: +0.11% Details of bundle changes.Comparing: bd65310...c12974f
|
100% strict mode compliance or do we still miss a few components (not taking the styles package into account 🙃)? Let me look at that :D. |
Ok, I was getting too excited for no reason. We still have a few problems. For instance, the enzyme 's .simulate() API seems to break it. It stops the Slider test to run with |
@@ -27,10 +23,4 @@ describe('<Backdrop />', () => { | |||
refInstanceof: window.HTMLDivElement, | |||
skip: ['componentProp'], | |||
})); | |||
|
|||
it('should render a backdrop div', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already tested in describeConformance
Tested with locally linked https://github.com/mui-org/react-transition-group/pull/2
TODO:
@material-ui/react-transition-group
Closes 13394Closes #16273
Future work: