ngduc / react-tabulator

React Tabulator is based on tabulator - a JS table library with many advanced features.
https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js
MIT License
366 stars 84 forks source link

Upgrading react tag autocomplete to 7.2.0 #290

Closed dtoxvanilla1991 closed 8 months ago

dtoxvanilla1991 commented 9 months ago

Currently due to this react tag autocomplete module being very outdated and using React 15 and 16, anyone who is using React >18 has many issues that come up due to having two different copies of React hard conflicting. v7 aligns with React v18.

dtoxvanilla1991 commented 9 months ago

I am not able to resolve conflicts or even run npm i with legacy deps to push new lock files due to the lack of permissions on all frontiers.