-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning memory leak in Slider component #324
Comments
@roberta-racco We'll rewrite the component using functional components and hooks, this should also solve this issue. |
## [1.10.9](v1.10.8...v1.10.9) (2020-11-23) ### Bug Fixes * **Colors:** fixed color keys missing from colors json file ([ae31d32](ae31d32)) * **DatePicker:** resolving react-hook-form datepicker issue ([4dbca46](4dbca46)) * **Export:** export for TableSorting fixed ([dcd3d37](dcd3d37)) * **Loading:** now background color is provided via native css variable ([#327](#327)) ([48eadcf](48eadcf)) * **Notification:** exported notification components ([fdca4c3](fdca4c3)) * **Notifiication:** export was not added ([#326](#326)) ([9db0352](9db0352)) * **NumberInput:** propType for invalid was wrong ([#322](#322)) ([a8f079b](a8f079b)) * **Readmore:** added scrolling to div and improved readme ([#50864](https://github.com/WFP/UI/issues/50864), [#50846](https://github.com/WFP/UI/issues/50846)) ([33fecf7](33fecf7)) * **Slider:** rewrite Slider component as functional component and using native slider input ([#324](#324)) ([e9f6e09](e9f6e09)) * **Table:** added Table to export ([#325](#325)) ([42e9ad6](42e9ad6)) * **Tooltip:** rewrote Tooltip component ([#50816](https://github.com/WFP/UI/issues/50816), [#50817](https://github.com/WFP/UI/issues/50817)) ([40a31d9](40a31d9))
@roberta-racco Can you please try with 1.10.9 on next if it fits your needs? |
Hi @Utzel-Butzel |
Hi @roberta-racco Can you please check with |
Hi @Utzel-Butzel in the v1.10.12 that specific warning no longer occurs but there are 3 more. |
I have a Slider component inside a Field form.
If i write the Slider like this:
I receive this warning in console
The text was updated successfully, but these errors were encountered: