Misha Ponizil

Results 3 comments of Misha Ponizil

Realizing I don't think its a matter of undesired methods being proxied, rather the `this` context is from the HoC instead of the component. In which case -- in your...

Perhaps some of this is unnecessary, but for anyone trying to execute raw SQL from Prisma client, this is working for me: ``` const query = ` SELECT * FROM...

@revivek I think just adding another couple layers of nesting does the trick 😛 ``` export const EmailButton = () => ( ); ``` ``` $ time tsc --jsx react...