Warning using codegen exported components

Is there any reason I’m getting this warning using codegen exported components?

image.png

Hi! If you’re using interactive components like Select, you should put a <PlasmicRootProvider /> at the root of your application. This just makes sure that in case you use SSR, randomly-generated IDs will match up on the server and the client.

but I’m using codegen without the server side, it’s client only app. Why should I use that? :thinking_face:

ah, in that case it is not required… though it doesn’t hurt and would get rid of the warning :sweat_smile: