Skip to content

Commit

Permalink
Updating modules and fixing a small emotioncache error.
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Jul 23, 2024
1 parent 73ac210 commit 6c772ca
Show file tree
Hide file tree
Showing 3 changed files with 10,582 additions and 12,942 deletions.
2 changes: 1 addition & 1 deletion frontend/components/themeregistry/emotioncache.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function NextAppDirEmotionCacheProvider(props: NextAppDirEmotionC
inserted.forEach(({name, isGlobal}) => {
const style = registry.cache.inserted[name];

if (typeof style !== 'boolean') {
if (typeof style === 'string') {
if (isGlobal) {
globals.push({name, style});
} else {
Expand Down
Loading

0 comments on commit 6c772ca

Please sign in to comment.