Open sofuxro opened 6 years ago
I have this
catalogText: { type: String, required: true }
and get this error
Invalid prop: type check failed for prop "catalogText". Expected String, got Null.
even tho the docs says this
props: { // Basic type check (`null` matches any type) ... }
Please do one of the following update the docs and remove that misleading text OR make it work as stated
I have this
and get this error
even tho the docs says this
Please do one of the following update the docs and remove that misleading text OR make it work as stated