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
Sounds like an awesome improvement to me. Since any type can appear in oneOf, we should also make sure developers don't end up with something like this in their console:
Expected one of the following values: '[object Object]', '[object Object]', '[object Object]'.
robframpton
pushed a commit
to robframpton/metal.js
that referenced
this issue
Oct 6, 2017
When using
oneOf
validation for a Component property, I would like the error message to display the valid types.This is what is currently displayed.
This is what I'd like to see.
The text was updated successfully, but these errors were encountered: