File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-reconciler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ module.exports = RendererPublicAPI;
3030
3131## Practical Examples
3232
33- * [ React ART] ( https://github.com/facebook/react/blob/master/src/renderers/ art/ReactARTFiberEntry .js )
34- * [ React DOM] ( https://github.com/facebook/react/blob/master/src/fb/ReactDOMFiberFBEntry .js )
35- * [ React Native] ( https://github.com/facebook/react/blob/master/src/renderers/ native/ReactNativeFiberRenderer.js )
33+ * [ React ART] ( https://github.com/facebook/react/blob/master/packages/react- art/src/ReactART .js )
34+ * [ React DOM] ( https://github.com/facebook/react/blob/master/packages/react-dom/ src/client/ReactDOM .js )
35+ * [ React Native] ( https://github.com/facebook/react/blob/master/packages/react- native-renderer/src /ReactNativeFiberRenderer.js )
3636
3737If these links break please file an issue and we’ll fix them. They intentionally link to the latest versions since the API is still evolving.
3838
You can’t perform that action at this time.
0 commit comments