Azania
Results
3
comments of
Azania
@ann0nip were you able to find the solution?
getting the same issue too
@JayWebtech @RamazaniMwemedi this worked for me, ``` const PayWithPaystack = () => { const isBrowser = typeof window !== 'undefined'; if (!isBrowser) { return null; } // Import your Paystack-related...