iTwin / viewer

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

Updating viewer to use latest vcr and imodels-* pks supporting itwinjs core 4.0 #274

Closed Jake-Screen closed 1 year ago

Jake-Screen commented 1 year ago
Jake-Screen commented 1 year ago

does this fix the runtime issue with ipc calls?

@aruniverse No, still seeing the same issue.

Jake-Screen commented 1 year ago

ipc runtime issue fixed

aruniverse commented 1 year ago

@linasburneika mentioned:

Hi, I noticed that @itwin/viewer-react@4.0.0-dev.14 uses @itwin/presentation-components but this dependency is not listed in package.json

file UnifiedSelectionViewportControl:
import { viewWithUnifiedSelection } from "@itwin/presentation-components";

can you also update to electron 24 for desktop too?

Jake-Screen commented 1 year ago

@aruniverse Updated to electron 24. viewer-react does have @itwin/presentation-components listed in its package.json on the next branch and in this pr