Category "react-fiber"

React 16 warning "warning.js:36 Warning: Did not expect server HTML to contain a <div> in <div>."

I'm using the React 16 beta (react-fiber) with server side rendering What I am to understand this to mean? warning.js:36 Warning: Did not expect server HTML t

React scheduler's `unstable_runWithPriority` doesn't use `priority` in any way

I ran a profiler on the following code: function App() { const [ counter, setCounter ] = useState(0); return <div> <div>{counter}</div>