You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried deleting node_modules folder and pnpm-lock.yaml file, running bit clear-cache && bit capsule delete --all && bit install e.t.c but I still get the same error.
Tagging and exporting the components works fine and I can see the preview on bit.cloud but it doesn't work on development server
The text was updated successfully, but these errors were encountered:
Describe the bug
When I create a custom tailwind env (via this article on bit https://bit.dev/blog/integrating-tailwind-css-and-bit-for-component-styling-lgntqstt/#live-playground-support), I set my UI components to use the env, and then I run the
bit start
, the preview and overview of the components don't work and I get this error:Expected Behavior
Seeing my react component overview and previews
Screenshots, exceptions and logs
Specifications
for harmony workspace
Additional context
node_modules
folder andpnpm-lock.yaml file
, runningbit clear-cache && bit capsule delete --all && bit install
e.t.c but I still get the same error.The text was updated successfully, but these errors were encountered: