kenshoo / react-multi-select

A Multi Select component built with and for React
https://kenshoo.github.io/react-multi-select
MIT License
120 stars 53 forks source link

Warning: React.createFactory() #190

Open Yuri6037 opened 4 years ago

Yuri6037 commented 4 years ago

Using the latest NPM version of this package, we have:

Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.

React is v16.13.1

olgabrushuk commented 3 years ago

Experiencing the same issue. If there is a plan to fix this soon?