Closed tonytoth closed 2 years ago
Thanks for reporting it!! 👍 Fixed on the dev branch!
Any idea when this update will be released?
There's a major version change in fullpage.js that has been released yesterday. Version 4.
There are still some issues so I'll wait until I extinct the main fires to merge it on react-fullpage.js too.
Fixed in 0.1.25! 🎉
Description
Link to isolated reproduction with no external CSS / JS
Steps to reproduce it
"@fullpage/react-fullpage": "^0.1.22"
has 2 mandatory fields which I am not sure they should be:cards
cardsOptions
If you have a look at declaration file:
interface FullPageProps extends fullpageOptions {}
export interface fullpageOptions { cards: boolean; cardsOptions: CardsOptions; }