You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When DataFilterExtension is enabled. .clone has type errors for DataFilter props such as filterEnabled, filterRange. Its type definition does not automatically extended to include DataFilterExtensionOptions.
Object literal may only specify known properties, and 'filterEnabled' does not exist in type 'Partial<Required<_GeoJsonLayerProps<any>> & Required<CompositeLayerProps> & Required<LayerProps>>'.
Flavors
Script tag
React
Python/Jupyter notebook
MapboxOverlay
GoogleMapsOverlay
CartoLayer
ArcGIS
Expected Behavior
clone type definition has DataFilterExtensionOptions if it is enabled.
Steps to Reproduce
Add DataFilterExtension and try to .clone the layer with filterEnabled, filterRange ... props.
Environment
Framework version: 9.0.24
Browser: *
OS: *
Logs
No response
The text was updated successfully, but these errors were encountered:
Description
When DataFilterExtension is enabled.
.clone
has type errors for DataFilter props such asfilterEnabled
,filterRange
. Its type definition does not automatically extended to include DataFilterExtensionOptions.Flavors
Expected Behavior
clone
type definition has DataFilterExtensionOptions if it is enabled.Steps to Reproduce
Add
DataFilterExtension
and try to.clone
the layer withfilterEnabled
,filterRange
... props.Environment
Logs
No response
The text was updated successfully, but these errors were encountered: