hoosierhuy / vite-react-server-side-render

ViteJS, ReactJS, TypeScript, Server Side Render
0 stars 0 forks source link

React Spinner Can not used similary if i use mui chart, full calendar etc. i am sharing the screenshot. #1

Open NileshJain82 opened 3 hours ago

NileshJain82 commented 3 hours ago

import BaseLayout from '../../components/layout/BaseLayout' import { ClockLoader } from "react-spinner"; export const Home = (): JSX.Element => { return (

Home

Home, sweet home 🏠.

) }

this is the code sample i used and now i am getting this error.

Screenshot from 2024-09-30 11-36-59

NileshJain82 commented 3 hours ago

is there any way by which i can use these packages and still have the ssr.