Replies: 1 comment
-
If i have some other tab first, the map doesn’t render in the map tab and when the tab is clicked it doesn’t show until browser resize. But if i make the map tab first in the tablist, it full renders the map on app launch. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
An open layers map react.fc component class won’t render if it comes after a fluent v9 tablist. It shows the controls only, until browser is resized. If it comes before the tablist, it fully renders. Goal is to have it render and display when a “map” tab is selected:
<div hidden={selectedValue !== ‘Map’}>
Beta Was this translation helpful? Give feedback.
All reactions