-
Hi, I'm trying to use this wonderful UI kit, but I only get steps to reproduce:
I have no idea how to troubleshoot this issue, the console is empty, project runs with no errors, I installed the latest versions... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Do you have a build step that bundles the imports in If you do have a bundler build, can you post a link to an online reproduction with something like https://stackblitz.com/ for your project setup? |
Beta Was this translation helpful? Give feedback.
ok I looked further and I see what I did wrong, my bad
I hadn't gotten to the last line to replace index.js by bundle.js
<script type="module" src="./index.js"></script>becomes
<script src="./bundle.js"></script>