Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@clayui/core): don't export TreeView as UNSAFE_TreeView
In [3939f07](3939f07), we decided to export the TreeView component as UNSAFE_TreeView. This doesn't have any benefit since the component is still exported (and thus can be imported), it just makes it look a bit "strange" when importing the component, and there's nothing "unsafe" about this component. Fixes #4528 Depends on #4531 #4532
- Loading branch information