How to use <PlasmicRootProvider/>?

Hi,

my plasmic root provider is not taking the props which are explained in the documentation.

What did I do wrong? Is there some documentation or sample I could follow here?

Best,
Vinzenz

That page is actually documenting the main loader API. If you are using codegen, that is a slightly different API. Skip fonts is not available here because all the CSS is generated already. But this is good feedback, we will look into how to let you opt out of loading fonts during the syncing process.

Thanks for the clarification, that would be great.

I want to avoid making a request to google for the fonts, since I than have to notify the user about using third-party services with a pop-up (European regulations). If there is any way how to avoid this in the meantime please let me know. :slight_smile: (I think I will just remove the import from plasmic_build_systems.module.css? Is this a suitable solution or will this be regenerated somehow after syncing?)