-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(themes): dynamic import of theme json
- Loading branch information
1 parent
eec1488
commit 2bc12d2
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@pandacss/generator': patch | ||
--- | ||
|
||
Fix multi-theme issue where calling the `getTheme` function throws a Vite error due to invalid dynamic import format. | ||
|
||
```js | ||
import { getTheme } from 'styled-system/themes' | ||
|
||
getTheme('default') | ||
// -> The above dynamic import cannot be analyzed by Vite. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters