Steve Kibuika

Results 7 comments of Steve Kibuika

Hey Xiaody, Could you approve this layout for the UI? ![React carousel](https://user-images.githubusercontent.com/31507901/129038870-d5f455e1-c97c-4217-9a1e-5258f2d6c883.png)

@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...