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
The InputMenu component fails to handle nested properties (e.g., 'user.id', 'user.name') in valueKey and labelKey props, resulting in a TypeScript error.
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.10
Reproduction
https://codesandbox.io/p/devbox/bold-cache-pkvmch
Description
The
InputMenu
component fails to handle nested properties (e.g.,'user.id'
,'user.name'
) invalueKey
andlabelKey
props, resulting in a TypeScript error.Additional context
Proposed fix:
Logs
The text was updated successfully, but these errors were encountered: