forked from shadcn-ui/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shadcn) arrays and nested deeply nested spread (shadcn-ui#5711)
* fix: tailwind config updater parser * fix: remove quote around spread element * fix: specify deepmerge option for array * fix(shadcn): Nested and spread array elements * add test case for boolean primitive --------- Co-authored-by: matsuyoshi30 <[email protected]> Co-authored-by: shadcn <[email protected]>
- Loading branch information
1 parent
82e862e
commit bdf00c8
Showing
4 changed files
with
562 additions
and
20 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,5 @@ | ||
--- | ||
"shadcn": patch | ||
--- | ||
|
||
Update spread/unspread helpers to handle ArrayLiteralExpression and nested values within arrays |
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
Oops, something went wrong.