-
Running
```
yarn nx g @fluentui/workspace-plugin:prepare-initial-release --project @fluentui/react-one-preview --phase=stable
```
currently requires extra steps to get a green CI
* Updatin…
-
# Bug report
## Describe the bug
When I run my Next.js app with `now dev`, after a while (on the order of minutes, definitely less than an hour) my requests to it will stop working.
## To Rep…
mjm updated
10 months ago
-
### Description
As I understand it, there was a change in React 18 to flush useEffects synchronously if they result from a render triggered by a user interaction (e.g. a button press). This was des…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
Hi!
I'm using `openLink` alone to open the link without showing any UI element before, but a strange behaviour is happening: if I don't wrap it in a `setTimout` it opens and it automatically close…
-
# Bug Report
**Ionic version:**
[x] @ionic/react 4.9.0-rc.2
**Current behavior:**
`IonButtons` created with `type="submit"` do not submit the forms when a user presses the "enter" key in an in…
-
## Current behavior
AsyncStorage not working properly on 0.60.5
I set and get the async storage with the help of two button. Value successfully sets and gets but when i reload the application and tr…
-
### Description
I bumped RN from `0.70.2` to `0.71.0`
When I bundle `.aab`, our local resources assets(image, video, ...) is missing.
I bundled aab with the command `./gradlew bundleRelease`.…
-
### Description
I use react-bootstrap (v. 2.7.2) for styling. On several places in my app I use Form.Control input box. It has nice "x" shaped button on the right side, which clears content of Form.C…
-
### What happened?
The onAdLoaded callback is called on Android, but the ad is not visible. I have tested that the adUnitId will render correctly with the GAM banner sample app from Google Mobile Ads…