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
But its not overriding the value of watch . I dont know if this error is happening for a specific case in my project since i'm using analog js as a host or it should be corrected when the value is false it should be initialized if the defu function does not update the value my project can be found on github vite-module-federation-angular-test.
The text was updated successfully, but these errors were encountered:
Seifenn
changed the title
TypeError: Cannot read properties of undefined (reading 'push')
TypeError: Cannot read properties of undefined (reading 'push') when launching shell
Dec 3, 2024
The difference is that i'm using an analogjs project as a host not only bare angular. The problem appeared when using analog since i have another example with angular vite that is working correctly.
gioboa
changed the title
TypeError: Cannot read properties of undefined (reading 'push') when launching shell
TypeError (analogjs): Cannot read properties of undefined (reading 'push') when launching shell
Dec 4, 2024
When i launch my application using module federation i get the following error
TypeError: Cannot read properties of undefined (reading 'push')
When i enter inside the code of the federation module i noticed that this part is causing the error inside index.cjs
when i log the value of the watch variable i get false but it should be
So i initialized it to this value and its working i can run the shell and the remote loaded in the shell
here the value of watch inside _config3.server is false and the code should change this value
But its not overriding the value of watch . I dont know if this error is happening for a specific case in my project since i'm using analog js as a host or it should be corrected when the value is false it should be initialized if the defu function does not update the value my project can be found on github vite-module-federation-angular-test.
The text was updated successfully, but these errors were encountered: