Elliott Kember
Elliott Kember
# 🐛 bug report Hi all! Loving Parcel. Very excited about Parcel 2. My Parcel 1 app is hot-reloading very slowly in Parcel 2. The reason I'm upgrading is that...
I'm using `react-hot-loader`, and whenever I update a container, I get the above error. It seems to happen when a sub-component uses the container that's provided by a parent component....
I upgraded this library today: ``` - "react-native-safe-area-context": "^3.3.2", + "react-native-safe-area-context": "^4.3.1", ``` and found that Jest is unable to run due to an issue with `_NativeSafeAreaContext.default.getConstants`. The error reported...
This is the patch in https://github.com/sueLan/react-native-anchor-point/issues/15 as a pull request There has been a change in React Native 0.71.9 that changes the way transforms work, allowing string transform styles. For...
There has been a change in React Native 0.71.9 that changes the way transforms work, allowing string transform styles. For now, I've excluded the type from the transform arguments to...
### Description If an animated value is attached to an animated view as a transform, and the view is unmounted, all listeners on the animated value are removed and cease...
Fixes #532
Hello! We started using the above lint rule `@typescript-eslint/unbound-method` and it's great. However the types for `onOpen` and `onClose` especially in `FlagButtonProps` mean that the function is defined as an...
I hit the error in #539 when using this library. The patch suggested in the issue has solved the problem for me. Closes #539