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
Is your feature request related to a problem? Please describe.
I've finished and deployed the visual-editing and preview-kit feature in Angular; with the exposure of the channels package into @sanity/comlink, I was able to remove it from the repo; however, for implementing these features, I made an angular equivalent of useDocumentInUse.ts here document-in-use.service.ts, and I used the two new dependencies createCompatibilityActors function and the PreviewKitNodeMsg type of the @repo/visual-editing-helpers, I copied the project partially.
Describe the solution you'd like
It should be great to expose these two things through a npm package.
The text was updated successfully, but these errors were encountered:
Just wanted to provide you with an update as we've discussed this internally: we're planning on restructuring this monorepo and moving away from unpublished internal packages, so we should be able to solve this one soon. Sorry it's taken a while, thanks for your patience and the amazing work you're doing to support Angular.
Is your feature request related to a problem? Please describe.
I've finished and deployed the visual-editing and preview-kit feature in Angular; with the exposure of the channels package into
@sanity/comlink
, I was able to remove it from the repo; however, for implementing these features, I made an angular equivalent of useDocumentInUse.ts here document-in-use.service.ts, and I used the two new dependenciescreateCompatibilityActors
function and thePreviewKitNodeMsg
type of the@repo/visual-editing-helpers
, I copied the project partially.Describe the solution you'd like
It should be great to expose these two things through a npm package.
The text was updated successfully, but these errors were encountered: