Runrun
Runrun
Thank you for your reply. I believe `Form` and `Notifications` are part of the design system. Why don't UI components with behaviors belong to Elements? `Notifications` has behaviors, but the...
Thank you for taking the time to reply!😄 > A: Yes you can, just make sure you are exporting the types from the index.ts of a given feature. I understood...
I get the same problem with node 18 + [email protected]. I got around the Error by setting the `wait-on http://127.0.0.1:6006` but glad to know there are other ways! Hopefully the...
I had the same problem, but I was able to avoid it by changing the verification browser from chromium to Google Chrome. ```js // playwright.config.js ... projects: [ { name:...