You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we can't upgrade to Next.js 13 because it requires React 18, which is incompatible with several of our direct dependencies (at least react-placeholder and react-swipeable-views). We need to either wait for updates, patch the dependencies ourselves or replace them with alternatives that are actively maintained.
The text was updated successfully, but these errors were encountered:
With an Upgrade to Next.js 13 we also could implement #48. I guess both are large projects where we could need some hands on (and maybe another branch)
Both dependencies would get obsolete with an update to NextUI instead of Bootstrap due to a newer loading animation and native swipeable-views in NextUI.
Right now we can't upgrade to Next.js 13 because it requires React 18, which is incompatible with several of our direct dependencies (at least react-placeholder and react-swipeable-views). We need to either wait for updates, patch the dependencies ourselves or replace them with alternatives that are actively maintained.
The text was updated successfully, but these errors were encountered: