Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppProgressBar.tsx should have a use client directive #64

Open
gustaveWPM opened this issue May 24, 2024 · 2 comments · May be fixed by #65
Open

AppProgressBar.tsx should have a use client directive #64

gustaveWPM opened this issue May 24, 2024 · 2 comments · May be fixed by #65

Comments

@gustaveWPM
Copy link

Here: https://github.com/Skyleen77/next-nprogress-bar/blob/main/src/AppProgressBar.tsx

The code should start with "use client";

@gustaveWPM
Copy link
Author

Related to: #58

@osdiab
Copy link
Contributor

osdiab commented May 27, 2024

for what it's worth I just put "use client"; in the component where I use this component, but given this is a NextJS library wouldn't hurt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants