sandpack icon indicating copy to clipboard operation
sandpack copied to clipboard

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

Open theashishmaurya opened this issue 1 year ago • 2 comments

Bug report

Packages affected

  • [ ] sandpack-client
  • [x] 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 avatar Sep 08 '24 13:09 theashishmaurya

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.

theashishmaurya avatar Sep 08 '24 14:09 theashishmaurya

same here

frivolta avatar Sep 09 '24 08:09 frivolta