Sadman Yasar Sayem

Results 8 comments of Sadman Yasar Sayem

Facing this exact issue. It shows up on the Apollo Studio but not on the React app. Tried the workarounds but did not work.

This error has been fixed last week in AdminJS https://github.com/SoftwareBrothers/adminjs/pull/1623 I had to upgrade to the latest versions of AdminJS and Bun and updated CommonJS code for AdminJS(require and module.exports)...

I couldn't find a way to solve this so decided to just replace the hover code with Tooltip. This is the updated version of side-nav.tsx that works for me, using...

> doesn't work with "jsEngine": "hermes", works with "jsEngine": "jsc" This and I had to update all dependencies to the latest versions using ```yarn upgrade --latest``` to resolve this issue....

@RachidZianne I tried with pose detection model and have it running on Expo SDK 49. [Source](https://github.com/SadmanYasar/tensorflow-pose-detection-react-native-expo). However, it is not working as expected. FPS is very low, around 3-4 FPS...

This error happened when I was using @react-email/components with @uiw/react-md-editor on Safari when using the render function. I used the following versions: ```json "@react-email/components": "0.0.31", "@react-email/render": "1.1.3", "@uiw/react-md-editor": "^3.6.0", ```...

Facing the same issue in version 11.5.1 self hosted strategy using Docker Compose. Adding any chart shows the error: ```[UNKNOWN] undefined is not an object (evaluating 'this.w.globals.dom.Paper.node')```

> I haven't looked deeply enough but what rubs me a bit wrong on the first glance is that you are manually/explicitly setting width/height in the state before opening it...