-
## Your Environment
* Plugin version: 3.4.2
* Platform: Android
* OS version: 10
* Device manufacturer / model: Samsung Galaxy S10+
* React Native version (`react-native -v`): 0.61.5
* Plugin co…
-
Utilizar no reactShoes os ReactHooks
-
**Describe the bug**
想在react15.x的项目中使用,发现底层graphin包依赖react16里的Fragment,请问能否删除?底层包应该尽可能没有对react版本特性的依赖。
**To Reproduce**
![image](https://user-images.githubusercontent.com/7036549/69737972-4895af0…
xwzpp updated
4 years ago
-
It appears that the calendar does not update when the calendar value is changed outside of the calendar component itself.
For example, I have a calendar component like so
```
dateChange(value)}
…
-
I just found a comment by @FredyC in https://github.com/facebook/react/issues/15156#issuecomment-511097919.
> @fuleinist Ultimately, it's not that different from MobX, although a lot simplified for…
-
Hey Dennis!
**Describe the bug**
I have a minimal example to reproduce the problem here:
https://github.com/MrAvantiC/uiengine-hooks
It contains a simple functional component `Footer` that is su…
-
## 🐛 Bug Report
I inited a Set and produce it, but it`s value never changed.
## To Reproduce
```tsx
function App() {
const [list, setList] = useState(new Set());
function handleClick…
-
### Current Behavior
- When using an appContainer that include a SwitchNavigator , the loading screen in the switch Navigator is mounted before that the ref of the appContainer Is set , so I can't …
-
### Issue description or question
I have added the necessary configuration for Quokka to work with create-react-app and it works in React, but now when I try and use it on a regular Javascript file I…