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

SandPack test Runs Forever, It used to work but not anymore #1194

Open
1 of 2 tasks
theashishmaurya opened this issue Sep 8, 2024 · 2 comments
Open
1 of 2 tasks

SandPack test Runs Forever, It used to work but not anymore #1194

theashishmaurya opened this issue Sep 8, 2024 · 2 comments

Comments

@theashishmaurya
Copy link

theashishmaurya commented Sep 8, 2024

Bug report

Packages affected

  • sandpack-client
  • sandpack-react

Description of the problem

Sandpack test runs forever when I click on run Test. Below is my test file

test('renders component', () => {
  const { debug } = render(<App />);
  debug();
});

As you can see in this image it keeps loading. Forever.
image

And I'm getting these warnings.

image
@theashishmaurya
Copy link
Author

One more thing I noticed is it's only happening in the dev server of NEXTJS, when I build the NextApp it works great. It started happening recently. I guess when I updated my NEXTJS to lastest one.

@frivolta
Copy link

frivolta commented Sep 9, 2024

same here

@theashishmaurya theashishmaurya changed the title SendPack test Runs Forever, It used to work but not anymore SandPack test Runs Forever, It used to work but not anymore Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants