-
Notifications
You must be signed in to change notification settings - Fork 801
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
hotRenderWithHooks dose not provide context (?) #1274
Comments
React 15 legacy :( How to fix
|
v4.12 comes with |
Can you elaborate a bit what we "lose" when disableHotRendererWhenInjected: true? |
Nothing. Except some bugs like you faced, plus some problems with libraries with use |
getting
TypeError: Cannot read property 'muiFormControl' of undefined
stack.type
points toFormLabel
is part of MUI 1.x, that expects getting context,But the function call supplies only props.
BTW without patching react-dom, it works.
The text was updated successfully, but these errors were encountered: