smapiot / piral

🚀 Framework for next generation web apps using micro frontends. ⭐️ Star to support our work!
https://piral.io
MIT License
1.68k stars 125 forks source link

piral-ng: Cannot read properties of null (reading 'bindingStartIndex') #674

Closed cmaart closed 7 months ago

cmaart commented 7 months ago

So whatever I seem to do I get this error here: zone.js:1046 TypeError: Cannot read properties of null (reading 'bindingStartIndex')

image

That's how i currently have set up my index.ts for loading into the pilet (import name changed for screenshot only): image

Anyone got an idea what I can do for this? I read online that for this error preserveSymlink should be set to true in angular.json but seems like this file is not even used by piral?

Massively thankful for any support 🙏

FlorianRappl commented 7 months ago

Can you provide a MWE?

The bug template would also be helpful here - I don't know what version(s) you are working with.

FlorianRappl commented 7 months ago

Any update on this one @cmaart ? Otherwise I'll close it.

cmaart commented 7 months ago

Any update on this one @cmaart ? Otherwise I'll close it.

Unfortunately no, tbh for now I gave up on it. Maybe I'll come back to it but for sure closing it is best for now. Maybe someone else also stumbles through here