Richard Nabaasa

Results 5 comments of Richard Nabaasa

I actually got a hack for it. Create a custom class for it and import it in the file where you are using the `Tooltip`, as `theme`, then high jack...

Using React version `^16.14.0` with `@react-pdf/renderer": "^2.2.0` and i upgraded like; - Updated `@react-pdf/renderer` from `^2.2.0` to `3.0.0` - Added an `overrides` key to my `package.json` that looks like; ```json...

Anyone found a solution to this yet? Linting with version `1.35.3` has the same error My docker file is starting from `denoland/deno:alpine-1.35.3` someting like ```dockerfile FROM denoland/deno:alpine-1.35.3 as api #...

Looks like it crept in again on version [1.32.3](https://github.com/denoland/deno/releases/tag/v1.32.3)

same here, only way to fix it was to ignore the package or just remove it. which makes it un-useful, if i could help i could, but i have no...