Akshith Pottigari
Results
2
issues of
Akshith Pottigari
``` useEffect(() => { const temp = async () => { figmaAPI.run(async (figma) => { console.log("figma api"); }); }; temp(); }, []); ```
While creating a checkout, when I pass variant and store ids why the custom price is required, and I only want to prefill the email field, and other fields like...