teddybee

Results 50 comments of teddybee

> @teddybee Your issue is not relevant to this so I'm going to hide it but if you provide a minimal reproduction on StackBlitz, I can show you how that's...

For me, the virus scanner (avira) detected a malware in turbo-windows-64/bin/turbo.exe, maybe that is the problem.

img.resize(50) throws the same error

The solution could be toadd ``` export type LightboxProps = { onClose?: () => void; } & ModalImageProps; declare class Lightbox extends React.Component {} ``` to this file https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-modal-image/index.d.ts

Same issue here with Expo SDK 50.0.2, npx expo install --fix is not fixing this warning. "expo": "^50.0.2", "react-native": "0.73.2", "react-native-reanimated": "~3.6.0", "@react-navigation/drawer": "^6.6.6",

PS: The navigation problem is solved by to property ``` ``` Unfortunately the error is still shown in console.

@mubin-khalid There are no such props in tanstack-router's Link. @arsaizdihar Thank you, it solved the error/warning.

I have the same problem. I couldn't give minimal example for an expo router bug...

I have a strange issue too. If I start the encoding(svt av1), my processor runs around 100%, but as soon I switch to another window, it slow downs to maybe...

Can I listen to messages in the content or devtools page with chrome.runtime.onMessage.addListener ? Where/how should I subscribe to messages in code?