-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #845 from storyblok/feature/PRO-425-deprecation-wa…
…rnings-legacy-richtext feat: pro 425 deprecation warnings legacy richtext
- Loading branch information
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,6 @@ gitcommit.fish | |
|
||
.env.test | ||
.env | ||
.next | ||
.next | ||
|
||
old-tests/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
import StoryblokClient, { RichtextSchema } from '../' | ||
import StoryblokClient, { RichtextResolver, RichtextSchema } from '../' | ||
|
||
const client = new StoryblokClient({}) | ||
console.log(client, RichtextSchema) | ||
|
||
// TODO: Remove when deprecation of `RichtextResolver` is done | ||
console.log(new RichtextResolver().render()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters