Skip to content
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

Uncaught TypeError when setting leaveHiddenModal to false on MDBModal #182

Open
JohannesHansen opened this issue Dec 22, 2023 · 1 comment
Labels

Comments

@JohannesHansen
Copy link

Setting leaveHiddenModal to false triggers the following error.

react-dom.development.js:22834 Uncaught TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) at Function.from (<anonymous>) at eval (mdb-react-ui-kit.esm.js:1402:18) at commitHookEffectListMount (react-dom.development.js:23145:26) at commitPassiveMountOnFiber (react-dom.development.js:24921:13) at commitPassiveMountEffects_complete (react-dom.development.js:24886:9) at commitPassiveMountEffects_begin (react-dom.development.js:24873:7) at commitPassiveMountEffects (react-dom.development.js:24861:3) at flushPassiveEffectsImpl (react-dom.development.js:27034:3) at flushPassiveEffects (react-dom.development.js:26979:14) at performSyncWorkOnRoot (react-dom.development.js:26071:3) at flushSyncCallbacks (react-dom.development.js:12042:22) at commitRootImpl (react-dom.development.js:26954:3) at commitRoot (react-dom.development.js:26677:5) at finishConcurrentRender (react-dom.development.js:25976:9) at performConcurrentWorkOnRoot (react-dom.development.js:25804:7) at workLoop (scheduler.development.js:266:34) at flushWork (scheduler.development.js:239:14) at MessagePort.performWorkUntilDeadline (scheduler.development.js:533:21)

@mako3577 mako3577 added the bug label Jan 29, 2024
@mako3577
Copy link
Contributor

Sorry for delayed answer. I was able to reproduce the problem and can confirm a bug. We will fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants