Skip to content

Commit

Permalink
feat: update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Jul 20, 2022
1 parent f26b0e8 commit a834844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6623,10 +6623,10 @@ var generateBuildTimeMap = function (platform, usedComponentDetailMap) {
var componentProps = componentPropsArray_1[_a];
updateComponentThemeMap(theme,
// boot time provider id
1, componentName, {}, { platform: platform, colorMode: 'light' }, componentProps);
'generatedBuildTimeMap', componentName, {}, { platform: platform, colorMode: 'light' }, componentProps);
updateComponentThemeMap(theme,
// boot time provider id
1, componentName, {}, { platform: platform, colorMode: 'dark' }, componentProps);
'generatedBuildTimeMap', componentName, {}, { platform: platform, colorMode: 'dark' }, componentProps);
}
}
// return resolvedStyledMap;
Expand Down

0 comments on commit a834844

Please sign in to comment.