Avin Lambrero

Results 22 comments of Avin Lambrero

I have found the solution. The bug is in the 'glob' package. To make it work with TypeORM, you need to downgrade the 'glob' dependency to version 7.2.0. [(how to...

Hey! You can use this construction: ``` `data:image/svg+xml;base64,${btoa(qrSvg.svg)}` ``` Full react component may be like this: ``` import React, { useMemo } from 'react'; import { QRCode, QRSvg } from...