Steve Kibuika
Steve Kibuika
Hey Xiaody, Could you approve this layout for the UI? 
@xiaody I have re-configured the UI, i need permissions to push the code.
> Yes. I did this initially: > > ` const initialConfig = { reference: null, email: userEmail, amount: 0, publicKey: REACT_APP_PAYSTACK_KEY, };` > > `const [config, setConfig] = useState(initialConfig);` >...
@deLTreeTech Okay, nice. That did not work for me. I had to create a custom hook and return a method that would allow me to update the config and trigger...
hosting on the Vercel Hobby plan won't work since you'll need to pass `chrome-aws-lambda` as the chromium binary in the `puppeteerArgs` and this will exceed the allocated serverless function size...