alvarotrigo / react-fullpage

Official React.js wrapper for fullPage.js https://alvarotrigo.com/react-fullpage/
GNU General Public License v3.0
1.28k stars 179 forks source link

Support for React version 18 / Next version 13 #421

Closed marcelcp closed 1 year ago

marcelcp commented 1 year ago

Hello, just bought the license and trying to implement into our website.

Screenshot 2023-09-13 at 13 35 26

On the screenshot above, there are two issue

Ecosystem

"@fullpage/react-fullpage": "^0.1.40", "react": "18.2.0", "next": "13.4.4", "@typescript-eslint/eslint-plugin": "^5.50.0", "typescript": "5.0.4"

marcelcp commented 1 year ago

Need workaround to setup the project

add ./tsconfig.json: "allowSyntheticDefaultImports" : true,

add .package.json: "resolutions": { "@types/react": "18.2.7" },

alvarotrigo commented 1 year ago

You can find a working demo here that won't show those errors: https://codesandbox.io/s/m34yq5q0qx