Posts by matheushw • 13 points
2 posts
-
0
votes1
answer275
viewsA: Help with jest ERROR : 'Test suite failed to runReferenceError: regeneratorRuntime is not defined'
You can post your package.json and . babelrc? I found this reply on an Issue on Github that can solve your problem. From what I saw jest used @Babel/polyfill to include the regeneratorRuntime…
-
1
votes1
answer289
viewsA: Load route by clicking on the menu inside a component (Dashboard)
You should use a library like React Router. On this website you find a tutorial on how to configure in your React project. Briefly, in the main component of your application you should add the…