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
I'm currently updating @itwin/presentation-components pkg to latest and find out that viewWithUnifiedSelection is now deprecated in favor of enableUnifiedSelectionSyncWithIModel. I followed the guide and used it as recommended and now whenever I click on the element in viewport, property grid widget doesn't show up. Here's how I'm using the enableUnifiedSelectionSyncWithIModel.
The text was updated successfully, but these errors were encountered:
I see you're passing result of getUnifiedSelectionStorage() as selectionStorage prop. Are you also passing the same object to Presentation.initialize call, like here? More details here.
I'm currently updating @itwin/presentation-components pkg to latest and find out that
viewWithUnifiedSelection
is now deprecated in favor ofenableUnifiedSelectionSyncWithIModel
. I followed the guide and used it as recommended and now whenever I click on the element in viewport, property grid widget doesn't show up. Here's how I'm using theenableUnifiedSelectionSyncWithIModel
.The text was updated successfully, but these errors were encountered: