Skip to content

Upgrade Tool Fails - Reflect.ownKeys called on non-object #17657

Discussion options

You must be logged in to vote

I think the error could be coming from your string value for borderWidth - it should be an object:

   '2xl': 'calc(var(--radius) + 25px)',
 },
-borderWidth: 'var(--border-width)',
+borderWidth: {
+  DEFAULT: 'var(--border-width)',
+},
 keyframes: {
   'accordion-down': {

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ethan-christensen-cag
Comment options

Answer selected by ethan-christensen-cag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants