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
Then I have installed all the needed dependencies, for example:
bunx astro add tailwind
And everything was great. But then, when adding the dependency of react, the styles crashed and I am unable to run my application with the styles again. The css file aren't even being loaded in the project when inspecting the devtools.
The command was the next one: bunx astro add react
The configuration seems good:
What is the expected behavior?
The styles as were before
What do you see instead?
The project without any css style...
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.38
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
I have created an astro project using:
bun create astro@latest
Then I have installed all the needed dependencies, for example:
bunx astro add tailwind
And everything was great. But then, when adding the dependency of react, the styles crashed and I am unable to run my application with the styles again. The css file aren't even being loaded in the project when inspecting the devtools.
The command was the next one:
bunx astro add react
The configuration seems good:
What is the expected behavior?
The styles as were before
What do you see instead?
The project without any css style...
Additional information
No response
The text was updated successfully, but these errors were encountered: