ghiscoding / slickgrid-react

Slickgrid-React is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
https://ghiscoding.github.io/slickgrid-react/
MIT License
31 stars 9 forks source link

Slickgrid-react does not support with latest version of 6 pac slickgrid(5.5.1) #258

Closed eswari379 closed 10 months ago

eswari379 commented 10 months ago

Describe the bug

I tried to update slickgrid version in package. Json 5.5.1

After npm Install getting issues in build like module not found error for slick.core, slick.dataview, slick.interactions, slick.grid for slickgrid-react

Reproduction

Update slickgrid version Run npm install Build project

Expectation

Should support for latest version of 6pac

Environment Info

REACT : 17
slickgrid-react: 3.5.1
Slickgrid:5.5.1

Validations

ghiscoding commented 10 months ago

I wonder why try to update SlickGrid?? No it is not compatible and you are not supposed to try to update it yourself, that's my task. You're like the 3rd person who tries to do that and breaks their project so I have to keep repeating that you are never supposed to touch SlickGrid dependency yourself. I mentioned it in this other issue comment.

I know it is not compatible since I maintain both projects, however the reason this time that it is not updated at the same time is because I actually want to remove the SlickGrid dependency entirely from Slickgrid-Universal and merge SlickGrid code into here directly and that is why I did not make it compatible with the latest version of SlickGrid. But it takes time to do all of that work and this is achieved in my spare time (and I'm not being paid for this so please be patient), it will take couple more months of work, you can see the Slickgrid-Universal Roadmap 4.0

EDIT

version 4.0 of both Slickgrid-React and Slickgrid-Universal were released, it no longer depend on an external SlickGrid dependency, so this will never be a problem anymore.