Hashem Khalifa
Hashem Khalifa
@JitendraBhamidipati which IE version?
@jonlinnell thank you for the PR, but would you kindly add the required plugins to `babel.config.js` file instead of `.babelrc`
any updates regarding this issue?
I'm still facing the same issue btw!
@wardpeet I need this too. In case you are using a dynamic route for specific page for example. if (page.path.match(/^\/app/)) { page.matchPath = "/app/*" createPage(page) } I'm using an API...
is there any solution we can do for this issue? I'm facing the same problem ``` thread '' panicked at 'range end index 8811528 out of range for slice of...
I can relate to that. I tried using the GitHub Actions runner and everything went smoothly. However, when using our self-hosted runner in parallel mode, we encountered some issues. To...
@samar-1601 which jest version are you using and `react-testing-library`? I It was a memory leak that happened while using an older version of jest and `react-testing-library` that you had to...
here is what I updated and adjust my tests to match the new updates. ``` "@swc-node/register": "1.8.0", "@swc/cli": "0.1.62", "@swc/core": "1.3.62", "@swc/helpers": "0.5.1", "@swc/jest": "0.2.26", "@swc/plugin-jest": "^1.5.67", "@swc/plugin-loadable-components": "0.3.67", "@swc/plugin-styled-components":...
I feel you, been in your shoes, and that's correct with the memory leak issues you mentioned, I had to upgrade both, since then all good, and currently planning to...