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
The same happens with Astro. It is possible to make it work in dev by setting vite.ssr.noExternal: 'react-tweet', but when you build the project, CSS is not bundled.
I'm trying to use this library in my react remix project, and having trouble importing the css.
I updated the remix config to include
react-tweet
And Remix CSS bundling is enabled.. but the CSS seems to be missing from the
<Tweet/>
component.output:
The text was updated successfully, but these errors were encountered: