react/packages/react-noop-renderer
Sebastian Markbåge 0dedfcc681
Update the exports field (#23257)
* Add .browser and .node explicit entry points

This can be useful when the automatic selection doesn't work properly.

* Remove react/index

I'm not sure why I added this in the first place. Perhaps due to how our
builds work somehow.

* Remove build-info.json from files field
2022-02-08 21:07:26 -05:00
..
npm Remove Blocks (#20138) 2020-10-30 23:03:45 -07:00
src Add onRecoverableError option to hydrateRoot, createRoot (#23207) 2022-02-04 07:57:33 -08:00
README.md Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
flight-client.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
flight-modules.js Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
flight-server.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
index.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
package.json Update the exports field (#23257) 2022-02-08 21:07:26 -05:00
persistent.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
server.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00

README.md

react-noop-renderer

This package is the renderer we use for debugging Fiber. It is not intended to be used directly.