Skip to content
Merged
Prev Previous commit
Next Next commit
Fix build
  • Loading branch information
youknowriad committed Oct 22, 2025
commit 627b7068c88147e7be23ff0521761ede6e1e0f16
2 changes: 1 addition & 1 deletion packages/global-styles-ui/src/global-styles-ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function PathSynchronizer( {
}
// If child path changed, notify parent via onPathChange
else if ( childPath !== previousChildPath && onPathChange ) {
onPathChange( childPath );
onPathChange( childPath ?? '/' );
}
}
}, [
Expand Down
Loading