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
After playing around a bit with Xplat, my understanding is that this should not be possible to run at all, since the web app is running with a target in Electron. Maybe it's a good idea to disable that platform target when generating features and components in Xplat.
Thanks for this note, correct - the component would be generated for the web app since Electron target is just a shell for any web app target in the workspace. Good idea to disable the electron platform when using component generator.
Possible bug detected..
When running this command all is ok (NS and Web):
But when running this with Electron as well, it seems to get stuck in an endless loop somewhere (CPU goes to 100%):
The problems seems to be in the target platform Electron:
My packages and versions:
The text was updated successfully, but these errors were encountered: