mdbootstrap / TW-Elements

𝙃𝙪𝙜𝙚 collection of Tailwind MIT licensed (free) components, sections and templates 😎
https://tw-elements.com
MIT License
12.85k stars 1.62k forks source link

Uncaught ReferenceError: Modal is not defined #2347

Open tangyi90 opened 3 weeks ago

tangyi90 commented 3 weeks ago

"tw-elements": "^2.0.0",

import { Input, Tab, Carousel, Offcanvas, Collapse, Dropdown, Tooltip, Modal, Ripple, initTWE } from 'tw-elements'; initTWE({ Input, Tab, Carousel, Offcanvas, Collapse, Dropdown, Tooltip, Modal, Ripple });

Uncaught ReferenceError: Modal is not defined
What's going on?
juujisai commented 2 weeks ago

Hi! I think we are going to need more info here.

Are you using different script tags to import components and different to initialize the Modal? If this is the case then the second script doesn't know about the imported modal from other scripts. You have to import it in the second one aswell