sandpack
sandpack copied to clipboard
SandPack test Runs Forever, It used to work but not anymore
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.
And I'm getting these warnings.
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.
same here