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
When i use IfcPropertiesProcessor.getProperties i get list with empty objects, instead of list of objects with properties.
I found root cause in getProperties implementation - missed await keywords;
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.
Describe the bug 📝
When i use IfcPropertiesProcessor.getProperties i get list with empty objects, instead of list of objects with properties.
I found root cause in getProperties implementation - missed await keywords;
Reproduction▶️
https://github.com/ThatOpen/engine_components/blob/main/src/ifc/IfcPropertiesProcessor/index.ts
Steps to reproduce 🔢
System Info 💻
Used Package Manager 📦
npm
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: