-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error trying to render the Advanced Tables block #52
Comments
Same error here |
Same here |
found anything? |
Type '"advancedTable"' is not assignable to type '"blog" | "comment" | "cta" | "ctawithimg" | "contact" | "content" | "contentwithimg" | "crudcreatedrawer" | "crudcreateform" | "crudreadsection" | "default" | "faq" | "feature" | ... 20 more ... | undefined'. -- js(2322)
|
There is no tag yet for this code so install using commit hash:
So then in
Then build manually:
Then import directly from node_modules
Then it should work:
|
can you please create one .... thanks so much |
@notjulian Done. |
tried to use the table and failed, had to manually install the directory : also, i am a beginner, this is the first time using a framework for frontend, on the website, it could really use comments like : // start here
plugins = "..... , ....." or // replace everything with thank you for your time |
Describe the bug
Error while trying to render the page with code from https://flowbite-svelte-blocks.vercel.app/application/advanced-tables
TypeError: Cannot read properties of undefined (reading 'div')
at /home/sumit/ui-tests/flowbite/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/flowbite-svelte-blocks/dist/Section.svelte:109:42
at Object.$$render (/home/sumit/ui-tests/flowbite/node_modules/.pnpm/[email protected]/node_modules/svelte/src/runtime/internal/ssr.js:156:16)
at eval (/home/sumit/ui-tests/flowbite/src/routes/table/+page.svelte:96:102)
at Object.$$render (/home/sumit/ui-tests/flowbite/node_modules/.pnpm/[email protected]/node_modules/svelte/src/runtime/internal/ssr.js:156:16)
at Object.default (/home/sumit/ui-tests/flowbite/.svelte-kit/generated/root.svelte:44:41)
at eval (/home/sumit/ui-tests/flowbite/src/routes/+layout.svelte:11:41)
at Object.$$render (/home/sumit/ui-tests/flowbite/node_modules/.pnpm/[email protected]/node_modules/svelte/src/runtime/internal/ssr.js:156:16)
at /home/sumit/ui-tests/flowbite/.svelte-kit/generated/root.svelte:43:40
at $$render (/home/sumit/ui-tests/flowbite/node_modules/.pnpm/[email protected]/node_modules/svelte/src/runtime/internal/ssr.js:156:16)
at Object.render (/home/sumit/ui-tests/flowbite/node_modules/.pnpm/[email protected]/node_modules/svelte/src/runtime/internal/ssr.js:164:17)
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-nwucpj?file=src%2Froutes%2F%2Bpage.svelte
Flowbite version and System Info
The text was updated successfully, but these errors were encountered: