Skip to content

Commit 2e0fcbf

Browse files
committed
fix: update path for react-aria components to remove namespace prefix
1 parent af621b1 commit 2e0fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/parcel-namer-docs/DocsNamer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = new Namer({
4444
}
4545

4646
if (parts[1] === 'react-aria-components') {
47-
return path.join('@react-aria-nutrient/react-aria', ...parts.slice(3, -1), basename);
47+
return path.join('react-aria', ...parts.slice(3, -1), basename);
4848
}
4949

5050
// For @namespace package files, urls will be /${namespace}/PageName.html

0 commit comments

Comments
 (0)