Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Component is not compatible with React 15 #182

Open hsellou opened 6 years ago

hsellou commented 6 years ago

Hello,

Unlike stated in the package.json, the last version (1.9.8) is not compatible with React 15.

Effectively in SuperSelectField you use a React 16 method and it's not called in React 15.

Please update the package.json or support React 15 in 1.9.8.

Thank you