mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
333 B
333 B
| @graphql-hive/yoga |
|---|
| minor |
🚨 BREAKING CHANGE 🚨 useYogaHive, createYogaHive is now useHive and createHive
Migration
Migration steps are available in the README.
- import { useYogaHive, createYogaHive } from '@graphql-hive/client';
+ import { useHive, createHive } from '@graphql-hive/yoga';