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
feat: add warning "cannot be a function" in getValueProps (#642)
* feat: add warning "cannot be a function" in getValueProps
* feat: when not production to warning & use not recommended
* feat: 优化文案
* feat: add ` to getValueProps
* feat: add ` to getValueProps
warning(typeofvalueProps[key]!=='function',`It's not recommended to generate dynamic function prop by \`getValueProps\`. Please pass it to child component directly (prop: ${key})`)
0 commit comments