The application does not start #1073
Replies: 4 comments
-
Is anybody there to provide at least a comment regarding the issue blocking the application? |
Beta Was this translation helpful? Give feedback.
-
Please comment the issue in any way. |
Beta Was this translation helpful? Give feedback.
-
Hi @vitaliy4us which branch are you on when you try to do Please give that a try and let me know if that helps to get things up and running for you. I just pulled the latest version of the Also, which version of Yarn are you using? Make sure you are using a version of Yarn 1 and not 2. |
Beta Was this translation helpful? Give feedback.
-
Thank you @robertguss for updating now the application starts properly. |
Beta Was this translation helpful? Give feedback.
-
The application does not start. Steps to reproduce:
Expected result: the application is started an is accessible on localhost:3000
Actual result: The browser starts working but its window is blank on localhost:3000. If being reloaded the browser window displays some errors:
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: null.
Check the render method of
TransitionGroup
.Module anonymous
` 92 | document.getElementById("root")
93 | );
94 | } else {
Module ../src/index.tsx
webpack_require
`853 |
854 | webpack_require.$Refresh$.init();
855 | try {
fn
` 147 | );
148 | hotCurrentParents = [];
149 | }
1
webpack_require
` 853 |
854 | webpack_require.$Refresh$.init();
855 | try {
checkDeferredModules
`42 | }
43 | if(fulfilled) {
44 | deferredModules.splice(i--, 1);
Array.webpackJsonpCallback [as push]
`29 | deferredModules.push.apply(deferredModules, executeModules || []);
30 |
31 | // run deferred modules when all chunks ready
Beta Was this translation helpful? Give feedback.
All reactions