v5.0.0
5.0.0 (2023-02-02)
⚠ BREAKING CHANGES
-
We have removed the default export and replaced it with a named one:
-import SanityClient from '@sanity/client' +import {createClient} from '@sanity/client'
The migration guide outlines every breaking change and how to migrate your code