Skip to content

Commit

Permalink
add comment for map plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aneuwald-ctw committed Apr 10, 2024
1 parent c6b1957 commit 501e47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/studio-base/src/panels/Map/initPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function initPanel(
crash: ReturnType<typeof useCrash>,
context: PanelExtensionContext,
): () => void {
// The lib leaflet changes the DOM somehow that 'createRoot' crashes.
// eslint-disable-next-line react/no-deprecated
ReactDOM.render(
<StrictMode>
Expand Down

0 comments on commit 501e47d

Please sign in to comment.