-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I have defined a custom draw mode as described at https://github.com/mapbox/mapbox-gl-draw/blob/main/docs/MODES.md#available-custom-modes.
The custom mode makes use of modeOptions in its onSetup function, but these are not being passed via the modeOptions attribute of Draw as I would have expected.
Essentially I have:
<Draw
mode="my_custom_mode"
modeOptions={modeOptions}
modes={(defaultModes) => ({
...defaultModes,
my_custom_mode: MyCustomMode,
})}
...
Looking at the source, it seems that modeOptions are only passed on component update, not on initial mount, so modeOptions cannot be used with the default mode.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels