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
regions: Config.arrayOf(// <-- an array of objects with this shapeConfig.shapeOf({class: Config.string(),enabled: Config.oneOf(['x','y']).required(),end: Config.number().required(),start: Config.number().required(),// <-- number instead of array}),),
The text was updated successfully, but these errors were encountered:
In CharBase the following state properties have wrong validators:
But this should be
The text was updated successfully, but these errors were encountered: