UNPKG

585 BSource Map (JSON)View Raw
1{"version":3,"sources":["CurrentRenderContext.tsx"],"names":["CurrentRenderContext","React","createContext","undefined"],"mappings":";;;;;;;AAAA;;;;;;AAEA;AACA;AACA;AACA;AACA,MAAMA,oBAAoB,gBAAGC,KAAK,CAACC,aAAN,CAE3BC,SAF2B,CAA7B;eAIeH,oB","sourcesContent":["import * as React from 'react';\n\n/**\n * Context which holds the values for the current navigation tree.\n * Intended for use in SSR. This is not safe to use on the client.\n */\nconst CurrentRenderContext = React.createContext<\n { options?: object } | undefined\n>(undefined);\n\nexport default CurrentRenderContext;\n"]}
\No newline at end of file