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

fullPage: Incorrect `licenseKey` #419

Closed RexHung0302 closed 1 year ago

RexHung0302 commented 1 year ago

Description

I got fullPage: IncorrectlicenseKey. Get one for fullPage.js version 4 here: error,but I do have the correct use license.

Last time I got getScrollY() is not a function #417 ,I try alvarotrigo resolve way to install 0.1.40, it wrok but got another error fullPage: IncorrectlicenseKey`.

How can I resolve it?

When I install 0.1.22 will not show fullPage: IncorrectlicenseKey` again, but I can't use getScrollY function.

Link to isolated reproduction with no external CSS / JS

[Ideally in codesandbox.io, links to personal websites won't be reviewed unless isolated. Reported issues without a reproduction might get closed.]

Steps to reproduce it

  1. npm install npm install @fullpage/react-fullpage
  2. npm run my project
  3. got error fullPage: IncorrectlicenseKey`.

Versions

[Browser, operating system, device, ...]

alvarotrigo commented 1 year ago

You probably have a license for fullPage.js version 3. fullPage.js version 4 requires a different license.

You can get one here: https://alvarotrigo.com/fullPage/pricing

Otherwise you can keep on using version 0.1.22. Just note that version 3 is no longer receiving any updates.