Currently I have one big plasmic-host.tsx file holding all my old Chakra component registrations, as appose to this approach where there is all seperate files for each component with an index.ts.
Just not sure how to hook all this up into the plasmic-host.tsx which I need my project to point to.
Now I just need to know how best to add to this component set. Like the Tag to start with, as it’s missing. Should I simply fork and contribute to the repo ( I’m a newbie - but keen). @verbal_sparrow originally sent me all the Chakra registrations, and was unaware that you guys started work on this. He may also want to help some more.
Can you try updating your plasmic related packages to the latest respective versions? Including the plasmic chakra package, plasmic loader, and any other plasmic packages (but I don’t think you should have any others present)
Are these components usable when integrated in this way? At some point they were available as a component package in Studio but were later removed (most of the components had issues when I tried them)
Did get an error while updating loader-nextjs, so deleted node_modules, npm i and tried again. Now builds fine with registerAll(PLASMIC) Thx @Yang from Plasmic
Use to have a red dot next to Code button, and I think this went away once I updated.
Did get an error while updating loader-nextjs, so deleted node_modules, npm i and tried again. Now builds fine with registerAll(PLASMIC) Thx @Yang from Plasmic
Use to have a red dot next to Code button, and I think this went away once I updated.