Adexin
Results
2
comments of
Adexin
It looks like the layout styles or passed properties update issue. Could you possibly provide some simple demo showing the issue? Here's the create-react-app example that can be uses as...
Please, [check this workaround out](https://vite-plugin-ssr.com/broken-npm-package). Updating astro.config.mjs to this: ``` import { defineConfig } from "astro/config"; // https://astro.build/config export default defineConfig({ vite: { ssr: { noExternal: ["spinners-react"], }, }, });...