import React from 'react'; export const RendererErrorMessage: React.FC = () => { return (

⚠️ Developer Warning:{' '} rendererOptions is null . Make sure to call useRendererConfig() in your page component to initialize it properly.

); };