-
Hey - I'm tring to use this library but I'm getting the next error.
I just npm installed the package and then when `npm start` and `npm run android` I get the error.
I followed the instructions in…
-
### Issue:
- The docs for [useReducer](https://reactjs.org/docs/hooks-reference.html#usereducer) suggests omitting `dispatch` from the dependencies list of `useEffect` and `useReducer`.
>**Not…
-
React version: 18.0.0, 18.1.0-next-fc47cb1b6-20220404 (latest version in codesandbox)
## Steps To Reproduce
1. Install a plugin that creates a script tag at the top(ex: [Apollo Client Devtoo…
-
How can I use Mantine with WAKU without getting this Error:
(`waku dev --with-ssr` or `waku dev` - no problem with `waku build --with-ssr`)
repo to replicate the error: https://github.com/aheissen…
-
-
Hi
in the FormGroup, I have two control when the user change the value, it does not validate until moving focus multiple time to other widget, then the error will be shown.
```dart
'email': FormC…
-
### What would you like to be improved?
`caniuse-lite` is included as a nested dependency in both `next` and `autoprefixer`. Its appearance three times in `yarn.lock` is due to the lock file recordin…
-
## 🐛 Bug report
### Current Behavior
Calling `setFieldTouched` runs validation on old values.
### Expected behavior
Validation should be called on new values.
### Reproducible example
…
bkiac updated
5 months ago
-
As much as I love the [Learn React Testing](https://github.com/oliverjam/learn-react-testing) workshop I have to admit it hasn't been very effective.
Almost no projects have had tests in the last c…
-
# Description
Based on that the events: track, page, etc. work with async functions and wait as expected this behaviour should be consistent across the functions. Looking at the implementation for on…