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
If I use the property breakpoints of the OverlayPanel the whole app crashes with the error
TypeError: Cannot add property innerHTML, object is not extensible
Describe the bug
If I use the property breakpoints of the OverlayPanel the whole app crashes with the error
TypeError: Cannot add property innerHTML, object is not extensible
Reproducer
https://codesandbox.io/s/primereact-test-breakpoint-bug-fzhzq1
PrimeReact version
8.0.1
React version
17.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
Firefox, Chrome (others not tested)
Steps to reproduce the behavior
without property breakpoints the code works
Expected behavior
Should not break the app.
Although the property is called breakpoints. Maybe it should break the app.
Just a joke, I love primereact. ;-)
The text was updated successfully, but these errors were encountered: