themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.55k stars 715 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'position') #673

Closed quizafebrick closed 7 months ago

quizafebrick commented 11 months ago

Describe the bug Could not load content for http://[::1]:5173/node_modules/flowbite/src/components/carousel/index.ts (HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE)

last sunday it is working, then suddenly happen like this image

I'm having an foreach statement and it is working on the first carousel right now but the third one is not and last sunday it is all working, i don't know what happened. This is Laravel 10

here's the source code code1 code2

zoltanszogyenyi commented 7 months ago

Hey @quizafebrick,

Please make sure that all of the required elements are available on the page.

Looks like some items may have not rendered hence why the issue persisted.

Cheers, Zoltan