Bence Daniel Szøke

Results 10 comments of Bence Daniel Szøke

im also having problems with circular dependencies of host and remote. even tho the components they import from remote are pure components only tags. When have such circular dependencies it...

@ScriptedAlchemy i tested it with rspack and i dont get the same looping as here but still breaks the app. both apps are set up locally one on localhost:3175 and...

@ScriptedAlchemy here yopu go sorry tok a bit of time had to bootsrtap it https://github.com/rull3211/circularDeps this should successfully fail :) thanks for the superfast responses!

@ScriptedAlchemy no hurry i appreciate how responsive you guys are. best dev exp with a library sofar! so thanks for that and have a nice weekend

yes thats the bug it self. having circular dependencies where both apps can be host and remote leads to both the warning and crashing

Hmm i see, is there an easy way to configure the apps to use a single runtime chunks? specifically in vite?

Im also having problems with the css not being injectedon origin js i didnt have this problem

@gioboa i can try to make one, its an org repo but i can export it :)

@gioboa https://github.com/rull3211/demo-cssbug hey this repo reporduces it :) the remote running by it self successfully injects the styling but when fetched with host the stylesheet isnt invoked. I have tried...

Im a bit confused now i dont exactly understand. i have the problem when i serve the host and remote with the node server too o.O what am i doing...