question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working with NextJS

See original GitHub issue

I 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:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danielbarioncommented, Oct 22, 2022

Marking as resolved based on other tickets, please open a new one if necessary. Thanks!

1reaction
mrcMesencommented, Oct 13, 2022

Thanks @danielbarion I’ll try it 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found