Shane Maglangit
Shane Maglangit
Isn't this an expected behavior as stated [here](https://nextjs.org/docs/messages/react-hydration-error)? > While rendering your application, there was a difference between the React tree that was pre-rendered (SSR/SSG) and the React tree that...
> If router.asPath is intended to return different content on server and on client this is not a bug then ... ;) I believe it is more of a side...
> @atapas can you please tell me where can I get my env variables? Perhaps look at the README.md file. Then browse around Google search on how to get the...
Can I work on this?
@sazzer actually, its precisely that `Dropdown.Item` does not have any functionality that updates the state of the floating menu. It is nothing more than a wrapper to a `` element....
@rluders perhaps we can add the hacktoberfest tag on the repo to attract more help on this?
@nsoubelet May you clarify what is your proposed solution? Based on how I initially understood your suggestion, propagating `setOpen` is doing exactly what you hope to achieve. The Dropdown container...
> @ShaneMaglangit I did not say your solution won't work, I just said that maybe a better practice would be notify `Dropdown` instead of calling `setOpen` in a child component....
> > > @ShaneMaglangit I did not say your solution won't work, I just said that maybe a better practice would be notify `Dropdown` instead of calling `setOpen` in a...
Sounds great to me, specially the third option that improves accessibility.