-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Not able to server render. #50
Comments
Not enough to reproduce. It should generally work with SSR (like here: https://baseweb.design/components/button/) |
So I am using Docusaurus and while running the dev server it works without any issue given the above config. While building the prod build the clients gets successfully built but the server fails. ERR Log✔ Client Compiled successfully in 1.27m |
<BrowserOnly fallback={<>Loading...</>}>
{() => <ButtonPlayground/>}
</BrowserOnly> now RNE have integrated playground 🎉 |
Hi I am trying to integrate
react-view
indocusaurus
. While running the dev serverfs
not found issue was there. I fixed it by chain the webpack config.Unfortunately while building the
prod
build which is server rendered. I am gettingfs
error as it's been set toempty
.The text was updated successfully, but these errors were encountered: