zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
891 stars 232 forks source link

Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're adding a new property in the synthetic event object. The property is never released. See https://fb.me/react-event-pooling for more information. #76

Closed artursgirons closed 8 years ago

artursgirons commented 8 years ago

With React v15.0.1

ghost commented 8 years ago

I am also seeing this warning the first time I move the slider.

klase commented 8 years ago

+1

miraage commented 8 years ago

@mpowaga any progress?

AndersDJohnson commented 8 years ago

Also seeing this. Any solution yet? What about #73?

npm ls:

├── autoprefixer@6.3.6
├── babar@0.0.3 extraneous
├── babel-cli@6.10.1
├── babel-core@6.9.1
├── babel-loader@6.2.4
├── babel-preset-es2015@6.9.0
├── babel-preset-react@6.5.0
├── babelify@7.3.0
├── bootstrap@3.3.6
├── bootstrap-slider@7.1.0 extraneous
├── brfs@1.4.3 extraneous
├── browserify@13.0.1
├── chart.js@2.1.6
├── css-loader@0.23.1
├── file-loader@0.9.0
├── geojson-merge@0.1.0
├── jquery@3.0.0
├── json-loader@0.5.4
├── jsonfile@2.3.1
├── leaflet@0.7.7
├── lodash@4.13.1
├── numeral@1.5.3 extraneous
├── pad@1.0.0 extraneous
├── postcss-loader@0.9.1
├── precss@1.4.0
├── react@15.1.0
├── react-dom@15.1.0
├── react-slider@0.6.1
├── strftime@0.9.2
├── style-loader@0.13.1
├── url-loader@0.5.7
├── watch@0.18.0
├── webpack@1.13.1
├── webpack-dev-server@1.14.1
└── webpack-livereload-plugin@0.8.1
AndersDJohnson commented 8 years ago

73

jamesbrauman commented 8 years ago

This has been addressed in this commit https://github.com/mpowaga/react-slider/commit/6fee17df90fa8303335695c87ca8908937afc8e9.

I will publish a new version to npmjs.com when I have received appropriate permissions from @mpowaga to do so.

jamesbrauman commented 8 years ago

@artursgirons This issue has been resolved in the latest release 0.7.0.