You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is beyond my knowledge but it looks like there is a mixup about what is passed to parseValueTypeDefault
The text was updated successfully, but these errors were encountered:
Intrepidd
changed the title
Value declared with a {type: String} but not default value behave like they have a default value
Value declared with a {type: String} but no default value behave like they have a default value
May 30, 2024
Consider the following values :
If both values are un-set, the following will happen
Looks like it comes from here :
stimulus/src/core/value_properties.ts
Line 55 in e6f1887
stimulus/src/core/value_properties.ts
Lines 213 to 215 in e6f1887
This is beyond my knowledge but it looks like there is a mixup about what is passed to
parseValueTypeDefault
The text was updated successfully, but these errors were encountered: