refactor(provider): rename fitviewoptions to initialfitviewoptions

This commit is contained in:
moklick
2025-04-15 13:09:19 +02:00
parent 4236adbc46
commit 9878e93601
2 changed files with 4 additions and 4 deletions
@@ -53,7 +53,7 @@ export function Wrapper({
initialWidth={width}
initialHeight={height}
fitView={fitView}
fitViewOptions={fitViewOptions}
initialFitViewOptions={fitViewOptions}
initialMinZoom={minZoom}
initialMaxZoom={maxZoom}
nodeOrigin={nodeOrigin}