-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EntityDescription doesn't render #436
Comments
Thank you for reporting. Now I am investigating it. |
I fixed it now. The issue is due to changes in Cesium side. I'll release a new version soon. |
v1.13.1 has been released. Please try it and reopen this issue if the issue persists. |
It works sometimes now, but its not consistent. Sometimes i click an entity and it shows the infobox but not the description. If click several different entities eventually it will work. |
I know it but EntityDescription works by overwriting Cesium's infobox function, so it is not stable. This problem seems to occur particularly when we use together EntityDescription, EntityStaticDescription, and description props of the entities. |
EntityDescription does not render anything. It doesn't work in the resium storybook example page, but this issue also happens for me no matter how complex or simple the JSX inside the EntityDescription component.
https://resium.darwineducation.com/examples/?path=/story/entity--description
The text was updated successfully, but these errors were encountered: