diff --git a/lib/index.ts b/lib/index.ts index fbec6965..6a2bffb5 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -143,7 +143,7 @@ export const renderRichText = ( } // NOTE: This will warn the user about deprecation of legacy Richtext when https://github.com/storyblok/storyblok-js-client/pull/845 is merged // WE supress the warning on SDK level to avoid spamming the console since user would not need to do anything about it - return localResolver.render(data, {}, true); + return localResolver.render(data, {}, false); }; export const loadStoryblokBridge = () => loadBridge(bridgeLatest);