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
Specifies a default value for the prop. If the prop is not passed, this value will be used instead. Object or array defaults must be returned from a factory function.
If you passing a function it will be treated as a factory functions, you can fix your example by:
Version
3.0.0-beta.14
Reproduction link
https://jsbin.com/lumofirepo/edit?html,output
Steps to reproduce
What is expected?
this.getSome is function
What is actually happening?
this.getSome is
some
The text was updated successfully, but these errors were encountered: