Cannot import Plasmic Loader into React server components due to createContext?

Seems like you cant import plasmic loader into react server components due to createContext getting called somewhere?

that’s right… right now you have to render plasmic content as client components because the generated code makes use of React contexts

Interesting thanks! I had assumed it was basically just a wrapper around the api