Not working with NextJS
See original GitHub issueI want to show tooltip on a input field when a button is clicked. I am able to do that in codesandbox here but the exact same code doesn’t work in my NextJS app. I also tried checking if the ref was assigned correctly and it is, calling input.current.focus()
works but ReactTooltip.show(input.current)
doesn’t.
Am I missing something here?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
javascript - Tailwindcss not working with next.js; what is wrong ...
Considering that there's no such issue opened at Tailwind, I guess the problem has something to do with Next.js not purging properly.
Read more >Issues · vercel/next.js - GitHub
Issues list · next/font bug when code is instrumented · dynamic fetching with prisma · Next. · Dynamic routes react router returns undefined...
Read more >Debugging Tailwind CSS and Next.js - LogRocket Blog
Common issues with Tailwind CSS and Next.js · Not having the Tailwind directives in the main CSS file · Not assigning the CSS...
Read more >module-not-found - Next.js
The module you're trying to import uses Node.js specific modules, for example dns , outside of getStaticProps / getStaticPaths / getServerSideProps. Possible ...
Read more >How to Set Up Next.js With Tailwind - Jake Prins
You can save yourself some time by using Next.js, a React framework that provides a solution to all of these problems above. If...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Marking as resolved based on other tickets, please open a new one if necessary. Thanks!
Thanks @danielbarion I’ll try it 👍