Oleksandr Fediashov
Oleksandr Fediashov
bot keep open
bot keep open
> So the question is: do we have to treat this deletion as a breaking change? Yes, it's BC. Removal anything/changing the contract of anything coming from packages that don't...
bot keep open
The issue is that v9 does not support native ESM, see #26176 and #23508. --- However, there is a workaround. Quoting myself from an internal chat: > Anyway, the source...
@it950 indeed, sadly `@fluentui/react-icons` don't have the same export maps as other packages: https://github.com/microsoft/fluentui/blob/c189a92730fbf4befd28fad97fc27638c277207d/packages/react-components/react-accordion/library/package.json#L62-L65
> Can you give me some advice? Thank you Hey, this requires a proper investigation and unfortunately I don't have capacity to do a proper investigation now :(
I don't think that it will affect `Collapse` anyhow soon, but there is a trick to reverse motions properly, see #33994.
As I see it's related to `StrictMode`, it does not repro when `StrictMode` is disabled. **Edit:** That won't be an easy fix as the source of the issue is `useBrowserTimer()`....
my input from offline: > React is not dumb to unmount DOM so this could be ~abused~ used > >  > > Basically a trick with `.parentEl` that works...