Skip to content
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

SWC doesn't compile components on a dev run of the documentation #3

Open
artur-michalak opened this issue Feb 23, 2024 · 0 comments
Open
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@artur-michalak
Copy link
Contributor

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.
@artur-michalak artur-michalak added bug Something isn't working wontfix This will not be worked on labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant