Doma
Doma
Hi @crossworth, thanks for contributing this edit! But does this implementation cause redundant re-renders in client-only scenarios?
> I dont think we can generate an id by a deterministic way. What about checking `window` existence and change the initial value of `idState` accordingly?
> @SevenOutman The version of rsuite was not updated to 5.15.2 in the documentation. > > https://github.com/rsuite/rsuite/blob/2ffe767d019be5c648e9d0bbbf725f62bbf043c8/docs/package.json#L48 It's fixed now.
> Hi! Maybe somebody has a working example of dynamic theme switching when I use create-react-app? Do you mean turning on/off dark mode, or switching between multiple custom color themes?
Hi @RamonPessoa, could you provide a link to the page where the deprecated components are use in documentation?
> The second point is more like a doubt, why to create a Nav.dropdown if the normal dorpdown works just fine? Using `` within `` is a legacy design and...
> Drawer is showing and disappearing on my iPhone 8+. Hi @pervinpashazade, did you mean that Drawer is opening and closing without animation?
Hi @jzsn2018 , the example was not up to date with rsuite v5. Import paths have changed in v5, please refer to https://rsuitejs.com/guide/v5-features/#import-on-demand for more details.
> Yes, using `splitChunks.cacheGroups.defaultVendors` is not extending default behavior, it is expected I see. But why should it not be extending default behavior? It's not so straightforward from my point...
Thanks for your explanation! Keeping an eye on the PR now.