You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently used the Frint multi apps demo to develop a POC, however whenever I load the app on browser I get the following error on the console
Uncaught TypeError: i.forEach is not a function
at Object.<anonymous> (index.js:9)
at r (bootstrap:19)
at bootstrap:83
at core.js:1
at universalModuleDefinition:7
at universalModuleDefinition:1
The error occurs in the following line:
apps.forEach(app.push);
While the application runs fine despite the error, however when the browser is refreshed then the application fails to load. I also have attached the screenshots.
The text was updated successfully, but these errors were encountered:
I recently used the Frint multi apps demo to develop a POC, however whenever I load the app on browser I get the following error on the console
The error occurs in the following line:
apps.forEach(app.push);
While the application runs fine despite the error, however when the browser is refreshed then the application fails to load. I also have attached the screenshots.
The text was updated successfully, but these errors were encountered: