We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cb869 commit 59a7b4fCopy full SHA for 59a7b4f
src/Toolkit/src/Kit/KitSynchronizer.php
@@ -70,7 +70,7 @@ private function synchronizeComponents(Kit $kit): void
70
71
foreach ($finder as $file) {
72
$relativePathNameToKit = $file->getRelativePathname();
73
- $relativePathName = str_replace($componentsPath.\DIRECTORY_SEPARATOR, '', $relativePathNameToKit);
+ $relativePathName = str_replace($componentsPath.'/', '', Path::normalize($relativePathNameToKit));
74
$componentName = $this->extractComponentName($relativePathName);
75
76
$meta = null;
0 commit comments