We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7a4fd commit 71facf0Copy full SHA for 71facf0
src/browser/ui/React.js
@@ -75,7 +75,6 @@ var React = {
75
renderToStaticMarkup: ReactServerRendering.renderToStaticMarkup,
76
unmountComponentAtNode: ReactMount.unmountComponentAtNode,
77
isValidElement: ReactElement.isValidElement,
78
- withContext: ReactContext.withContext,
79
80
// Hook for JSX spread, don't use this for anything else.
81
__spread: assign
0 commit comments