react/packages/react-devtools-core/src
Brian Vaughn 2bf4805e4b
Update entry point exports (#21488)
The following APIs have been added to the `react` stable entry point:
* `SuspenseList`
* `startTransition`
* `unstable_createMutableSource`
* `unstable_useMutableSource`
* `useDeferredValue`
* `useTransition`

The following APIs have been added or removed from the `react-dom` stable entry point:
* `createRoot`
* `unstable_createPortal` (removed)

The following APIs have been added to the `react-is` stable entry point:
* `SuspenseList`
* `isSuspenseList`

The following feature flags have been changed from experimental to true:
* `enableLazyElements`
* `enableSelectiveHydration`
* `enableSuspenseServerRenderer`
2021-05-12 11:28:14 -04:00
..
backend.js Make DevTools Websocket retry delay configurable (#20107) 2020-10-28 22:08:47 -04:00
editor.js Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
standalone.js Update entry point exports (#21488) 2021-05-12 11:28:14 -04:00