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 bbccd23 commit b64f4c2Copy full SHA for b64f4c2
packages/common/templates/icons.js
@@ -35,6 +35,6 @@ export default function getIcon(
35
case parcel.name:
36
return Parcel;
37
default:
38
- return react;
+ return React;
39
}
40
0 commit comments