I recently wrote an article about some of my favorite Tailwind component libraries.
However, I could never find an ideal navbar for my projects.
...
For further actions, you may consider blocking this person and/or reporting abuse
Works great, but I get this in the console when I click the menu button: 'Warning: Unexpected ref object provided for div. Use either a ref-setter function or React.createRef().'
did you found any solution? I am too have this problem.
not yet
did you found any solution? same probelm
project has been abandoned
very sad, but why?
new project
Did you manage to figure out how to fix this? Or anyone? The menu still seems to work fine but I'm getting this error every time.
still the same...
thanks for this! For anyone coming across the ref error mentioned below, replacing the ref with useRef() fixes it.
Delete the
{(ref) => (
part of the transition code and its closing brackets, and addconst ref=useRef()
to the top of your file, importing useRef from react. Leave the ref={ref} in the div and it should then work as it is.Hey, It works. Thank you for sharing.
Please suggest me anyway to implement this using NodeJS
😂😂
What?
Hey! They may have thought you were joking, which is okay although it does come off as rude, as NodeJS is used for the backend of an application(a JavaScript runtime environment). You wouldn't implement something like this in NodeJS :)
Hi Casey,
I found the way I need it. It was lack of my knowledge earlier, now implemented the same using ReactJS
Thanks
Nice work :)
excellent thank you so much :) :)
Nice one
Wow nice amazing