-
```typescript
import { render as renderDom } from 'react-dom';
import * as React from 'react';
import { observer } from 'mobx-react';
import { observable, configure, action, reaction } from 'mobx'…
GongT updated
4 years ago
-
Folks,
I have a the following fairly standard component:
```
export const Alert = (props: {message: string, type?: AlertType, createAgainButton?: Object} ) =>
{
const…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
useTransition - startTransition do not work on React.memo when is SimpleMemoComponent
**If the…
-
I'm seeing function components report false positives in StrictMode. I'm working on a repro case but I also think I've found the root cause in WDYR source, so filing this issue now. I'll add a repro i…
-
To my understanding, the creator is no longer here and it is up to the community to update it. Is it currently possible to just plug & play this mod into 1.10? If not, what are some of the hurdles nec…
-
Hi,
I just tried to switch to preact on my relay project using preact-compat, it's compile but I have this error on the console.
> GraphQLStoreChangeEmitter.js:82Uncaught TypeError: this._batchUpd…
-
#i trying to build my React Application with webPack ... .
building Process end up with an error
`ERROR in ./node_modules/react-big-calendar/lib/css/react-big-calendar.css (./node_modules/css-l…
-
In mine project, remove the whole value from the 'text' field in remark form will occur this error. But for sample project is fine. Error info as below:
```
Errors:
Cannot query field "video_co…
-
Using the same steps listed in issue #395, this is what I'm seeing when accessing our GitHub Enterprise instance.
![image](https://user-images.githubusercontent.com/2520379/49693691-b865f080-fb3f-1…
-
https://github.com/facebook/react/blob/b15bf36750ca4c4a5a09f2de76c5315ded1258d0/packages/react-reconciler/src/ReactFiberBeginWork.js#L845
In function `finishClassComponent` in some cases `const ins…