-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug 📝
I am using the Outliner and Hider programatically.
I am not sure what is going on but perhaps if an item is hidden and I try to outline it the engine boils.
Passing them to functions such as Outliner#addItems or CameraControls#fitToItems leaves the app in a broken state. The promise never resolves.
Reproduction ▶️
Steps to reproduce 🔢
Use Outliner#addItems and Hider
This is what hangs:
| const invisibleItems = new Set(await model?.getItemsByVisibility(false)); |
System Info 💻
n/aUsed Package Manager 📦
npm
Error Trace/Logs 📃
No response
Validations ✅
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
- Check that this is a concrete bug. For Q&A join our Community.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working