AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Not compatible with React 17+ #2131

Open stephanieraymos opened 3 years ago

stephanieraymos commented 3 years ago
$ npm install react-bootstrap-table
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: twg@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from react-bootstrap-table@4.3.1
npm ERR! node_modules/react-bootstrap-table
npm ERR!   react-bootstrap-table@"*" from the root project
fedorax commented 2 years ago

me too.

GodAlmighty990 commented 2 years ago

too bad allen fang just dropped this whole project...

rachelombok commented 2 years ago

having the same issue. is this a lost cause since the library is no longer being maintained?

GodAlmighty990 commented 2 years ago

Unfortunately I think so…. It really is a bummer. Your best bet is to just use react-table and go watch codevolution videos on youtube. Another GREAT GREAT alternative is to go spend $60 bucks on the falcon react template from react-bootstrap. They have a pre built table component with pagination, search, and best of all its just using react-table as a dependency. The ONLY reason I was using react-bootstrap-table-next was because it came with a falcon-react template I bought a year ago. TRUST ME BUY THE DANG TEMPLATE ITS SO WORTH IT

Keith Peiker (720) 979-2696 Brothers Restoration www.BrothersRestoCo.com 10621 Irma Dr Unit G, Northglenn CO 80233


From: Rachel Ombok @.> Sent: Tuesday, January 11, 2022 8:32:54 PM To: AllenFang/react-bootstrap-table @.> Cc: Keith Peiker @.>; Comment @.> Subject: Re: [AllenFang/react-bootstrap-table] Not compatible with React 17+ (#2131)

having the same issue. is this a lost cause since the library is no longer being maintained?

— Reply to this email directly, view it on GitHubhttps://github.com/AllenFang/react-bootstrap-table/issues/2131#issuecomment-1010597675, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARYH3IKE3Y3O7SS5YS6STW3UVTY6NANCNFSM42ZYQFLA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you commented.Message ID: @.***>

veste-software commented 2 years ago

npm i react-bootstrap-table --legacy-peer-deps should work

nrd26 commented 1 year ago

Is there any alternative that could support React 18 too?