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
To run the documentation correctly, should be done first a compilation of react-foundation.
This is caused by a bug in NextJS and SWC. Link to the issue
What are the steps to reproduce this issue?
install dependencies pnpm install
Run pnpm dev without building react-foundation
Expected Results
Documentation starts with the latest changes in the package.
Actual Results
The documentation crashes if it has no previous builds.
Has old components when you have made any changes since the last build.
The text was updated successfully, but these errors were encountered:
To run the documentation correctly, should be done first a compilation of react-foundation.
This is caused by a bug in NextJS and SWC.
Link to the issue
What are the steps to reproduce this issue?
install dependencies
pnpm install
Run
pnpm dev
without building react-foundationExpected Results
Documentation starts with the latest changes in the package.
Actual Results
The text was updated successfully, but these errors were encountered: