alvarotrigo / react-fullpage

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

Scrolling error #428

Closed Seol827 closed 7 months ago

Seol827 commented 8 months ago

Hello, I got an error with scrolling. The 'Header(component)' has elements with <Link className='' onClick={linkHandler}>OOOO OOOO기술</Link>, <button className='' onClick={() => navigate('/test')}>채용</button>.

public repo

my environment

alvarotrigo commented 8 months ago

Can you provide an isolated reproduction in Codesandbox with no CSS or JS files external to fullPage.js and the minimum amount of HTML code? Use empty sections unless strictly necessary for the reproduction.

alvarotrigo commented 8 months ago

If you can provide the reproduction on jsfiddle or codepen, without even using React, that'd be even better :)