Skip to content

Commit

Permalink
[code-infra] Fix pnpm lock file (#43030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jul 23, 2024
1 parent 288863b commit e79b3db
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function AppRouterCacheProvider(props: AppRouterCacheProviderProp
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
68 changes: 39 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e79b3db

Please sign in to comment.