iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
26 stars 15 forks source link

PropertyEditorManager.registerEditor error: type 'navigation' already registered to 'NavigationPropertyEditor' #324

Closed ben-polinsky closed 2 months ago

ben-polinsky commented 2 months ago

Bunch of errors when starting the web-viewer-test relating to double registration of Property Editors from Presentation to AppUI. This probably only occurs in development, or when using mismatched versions of presentation-components.

aruniverse commented 2 months ago

Likely a bug from https://github.com/iTwin/viewer/pull/323 Need to synchronize all versions of presentation-components across the repo

ben-polinsky commented 2 months ago

Yep, sorry meant to link to it. Fix incoming