fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.36k stars 437 forks source link

Not work with styled components #578

Open evan-weissrussland opened 6 months ago

evan-weissrussland commented 6 months ago

i use CRA. react 18.2.0

<Link to={'#about'}>{n.title}</Link>

<AboutSection id={'about'}>//other styled components </AboutSection>

export const AboutSection = styled.section' background: white; padding: 150px 10px;'

In console i see warning: target Element not found

also I noticed that there is no 'href' attribute for the link:

aaa