Replies: 1 comment
-
Not related to this repo. I know for a fact it can. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The map is not able to run inside iframe using react portal.
App crashes with an error:
Invalid type: 'container' must be a String or HTMLElement
Related to: #8036
maplibre-gl-js version: 2.4.0
source: map.ts#L433
browser: chrome / firefox
Steps to Trigger Behavior
render maplibre inside iframe
Link to Demonstration
https://codesandbox.io/s/render-in-iframe-2-forked-ut3zoq
Expected Behavior
App should not crash
Actual Behavior
App crashes with following error message:
Invalid type: 'container' must be a String or HTMLElement.
Beta Was this translation helpful? Give feedback.
All reactions