Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 360 Bytes

Warning

This package is replaced by [sanity/presentation].

Migrate to [sanity/presentation]

Replace the dependency:

npm uninstall @sanity/presentation
npm install sanity@latest

Replace import statements:

-import { presentationTool } from '@sanity/presentation'
+import { presentationTool } from 'sanity/presentation'