Still having trouble with Modals and removeAttribute in 3.3.1
See original GitHub issueSee issue #13349 and others referenced.
I have a menu with several items. Clicking on a menu item is supposed to open another modal but it crashes the whole React DOM with the error Uncaught TypeError: Cannot read property 'removeAttribute' of undefined
. I have already upgraded to 3.3.1 which was supposed to fix the issue, but it is still happening. Downgrading to 3.2.2 solves the problem and everything works as expected.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:28
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Still having trouble with Modals and removeAttribute in 3.3.1
I have a menu with several items. Clicking on a menu item is supposed to open another modal but it crashes the whole...
Read more >Material-UI: issues with dropdown (Select control) inside a ...
Just wondering if anyone has seen issues using a dropdown list (Select control) inside a Dialog control. When I change the selection in...
Read more >Element.removeAttribute() - Web APIs - MDN Web Docs
The Element method removeAttribute() removes the attribute with the specified name from the element. Syntax. removeAttribute(attrName)
Read more >XForms 1.1 - W3C
Abstract. XForms is an XML application that represents the next generation of forms for the Web. XForms is not a free-standing document type ......
Read more >Uncaught TypeError: Cannot read property of null - iDiallo
I have a problem with mi page, i debugged and got this error: "Uncaught TypeError: Cannot set property 'disabled' of null at ImprimeLista"....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Where are you today on this issue ? We are waiting for a fix really badly 😃
@TomiCake should have fixed the issue in #13389. We will release v3.3.2 later this evening. If you are still experiencing issues once it’s released, let us know. At least, we have two new tests!