-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
As far I understand preact-css-transition-group is based on react-addons-css-transition-group. I guess not the latest version.
I'm currently investigating issues similar to https://github.com/faceb…
-
They aren't working for me.
Here's an example I copied from the Vue docs:
```js
Add
Remove
{{ item }}
export default {
da…
-
The [`TransitionProps`](https://github.com/mui/material-ui/blob/288863bd2f8681a82c4bfbaf13215b41043bc551/packages/mui-material/src/transitions/transition.ts#L28) is based on the type with the same nam…
-
Hi there, love what you are doing with Preact, it's awesome ! ;)
I've been searching for the equivalent of the new https://github.com/reactjs/react-transition-group in Preact.
Is this what this …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/siemens/ix/blob/main/CONTRIBUTING.md).
- [X] I have not leaked any internal/restricted information like screens…
-
This project depends on react-addons-css-transition-group.
However, that package is now deprecated; the suggested replacement is [react-transition-group](https://www.npmjs.com/package/react-transit…
-
It currently uses the same (?) API as `react-transition-group` but doesn't use `react-transition-group` under the hood. This led to a race condition that @dcapo fixed. See Gerrit CR 115543 (internal t…
danoc updated
5 years ago
-
> What is the current behavior?
I am trying to use react transition group with css transition, and not sure what is the point of creating and adding refs, as it seems to work without refs.
> Wha…
-
I installed react-transition-group 1x baesd on the documentation
but i gut this error
Attempted import error: 'CSSTransitionGroup' is not exported from 'react-transition-group'.
here my code
im…