nsoubelet

Results 5 comments of nsoubelet

Just wanted to add that I confirmed that problem is `Spinner`. If I remove it completely, then it starts to work correctly... But, most interesting part. The following page: ```...

More stuff -- The same happens when using, for example, `DropDown` component and entering URL manually. I see always the same problematic file at the same line: `/node_modules/flowbite-react/lib/cjs/components/Card/index.js:15` Maybe it's...

@sazzer @ShaneMaglangit To me this is the kind of issues one could find when designing using a composite approach with isolation, I mean, separating components completely. In this case `Dropdown`...

@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. `open`...

> > @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...