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
React complains that RangeSlider children don't have key props:
Warning: Each child in a list should have a unique "key" prop.
Check the render method of `ComponentEnhancer(Range)`. See https://fb.me/react-warning-keys for more information.
in Handle (created by ComponentEnhancer(Range))
in ComponentEnhancer(Range) (created by Context.Consumer)
in Styled(ComponentEnhancer(Range)) (created by RangeSliderUI)
in RangeSliderUI (created by RangeSliderStatic)
in RangeSliderStatic (created by RangeSlider)
in RangeSlider (created by Range)
in div (created by Range)
in Range (created by SearchBlock)
in div (created by SearchBlock)
in div (created by SearchBlock)
in div (created by SearchBlock)
in ThemeProvider (created by Provider$$1)
in LiveAnnouncer (created by Provider$$1)
in Provider (created by Provider$$1)
in Provider$$1 (created by SearchBlock)
in SearchBlock (created by HotExportedSearchBlock)
in AppContainer (created by HotExportedSearchBlock)
in HotExportedSearchBlock
My RangeSlider component works without issue and looks like:
Hi @maedi this appears to be an issue in an upstream package react-component/slider#358. The message you see rendered in the browser console is just a warning and will not affect the functionality of the component.
React complains that
RangeSlider
children don't havekey
props:My RangeSlider component works without issue and looks like:
Source:
https://github.com/morpht/sajari-configurator
The text was updated successfully, but these errors were encountered: