UNPKG

334 BJavaScriptView Raw
1import * as React from 'react';
2/**
3 * Context which holds the values for the current navigation tree.
4 * Intended for use in SSR. This is not safe to use on the client.
5 */
6
7const CurrentRenderContext = /*#__PURE__*/React.createContext(undefined);
8export default CurrentRenderContext;
9//# sourceMappingURL=CurrentRenderContext.js.map
\No newline at end of file