I don't know where to start to fix this

I’m at the mastering react course, I got this error when I added the navigation, the error is comming up in reference to the pagination component. I don’t know what to do or where to start. Any help is appreciated.

Failed to compile

src\components\common\pagination.jsx  Line 19:14:  'NavLink' is not defined  react/jsx-no-undefSearch for the keywords to learn more about each error.

Welcome @DanielTkach!

AFAIK there wasn’t a <NavLink> in the Pagination component. Did you confuse a <nav> with a <NavLink>?

BTW: It’s always a good idea to refer to the section / lesson you are working on and share your code when asking questions here.

1 Like