UNPKG

610 BSource Map (JSON)View Raw
1{"version":3,"names":["React","CurrentRenderContext","createContext","undefined"],"sources":["CurrentRenderContext.tsx"],"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"],"mappings":"AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AAEA;AACA;AACA;AACA;;AACA,MAAMC,oBAAoB,gBAAGD,KAAK,CAACE,aAAN,CAE3BC,SAF2B,CAA7B;AAIA,eAAeF,oBAAf"}
\No newline at end of file