Skip to content

Instantly share code, notes, and snippets.

@jlei523
Created February 22, 2019 17:20
Show Gist options
  • Save jlei523/74fab6669db120186f2e0eae89842f77 to your computer and use it in GitHub Desktop.
Save jlei523/74fab6669db120186f2e0eae89842f77 to your computer and use it in GitHub Desktop.
function createPageContext() {
return {
theme,
sheetsManager: new Map(),
sheetsRegistry: new SheetsRegistry(),
//add this to fix broken css in prod
generateClassName: createGenerateClassName({
productionPrefix: "prod"
})
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment