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

⚠️ Developer Warning:{' '} Required renderer configuration is missing. Ensure useRendererConfig() is properly called in the component.

); };