Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(VTreeView): null check when building tree from children (#13913)
* This fixes children is undefined/null when doing "children.map" when given an undefined/null children value * Changed the invalid check * Changed back to a null coalesce operator * Update packages/vuetify/src/components/VTreeview/VTreeview.ts Co-authored-by: Jacek Karczmarczyk <[email protected]>
- Loading branch information