Closed HarelM closed 3 weeks ago
I tend to think this might be related to the usage of both ngOnDestroy and destoryRef. @marcjulian @n-elhk I think we should try and move all the library code to use the same destruction mechanism. I don't know if it will solve this issue, but I believe it's worth the effort. What do you think?
I can reproduce the above error. Yes would be worth a try to use the same destroy logic for the whole library. Hopefully the issue and similar issues will be solved at the same time.
Following these steps:
The error in the console is as follows:
It looks like a timing issue when requesting the style from the map returns a null style object.