Avichay Eyal
Avichay Eyal
Awesome. Basically any utils/scripts can be loaded using the config.js file. You can declare script sources that will be added as tags in the HTML. I know there are yet...
@chrismbeckett Thanks for the feedback. If you would like to PR this, your'e welcome.
I Agree. Since all showroom commands on the server-side are reflected to commands with the same name on the client-side (without the `await` part as they are not async) I...
Can you share your code + the .showroom file?
Can you share the test part that is failing?
Hey, your example is working correctly, if you run `npm run build` before tests. try `npx showroom`, browser to `http://localhost:3000` and see that without build the showroom client app cannot...
Perhaps adding in your package.json `"pretest": "npm run build"`?
Will check further
@prateekjadhwani your component does not have `static get observedAttributes` and therefore does not reacts to changes in the attribute. Could you try again? also, anything related to DOM should not...