Grewer
Grewer
Added a treatment for image loading errors, but I feel that this is not perfect and I hope the author can improve it.
``` export interface QLineEditSignals extends QWidgetSignals { // omit rest textChanged: (text: string) => void; } ``` I can get his value by textChanged but: ``` export interface QPlainTextEditSignals extends...
## My environment * *OS version/details*: `Mac os 10.15.5` * *Node version:* `12.16.2` * *npm version:* `7.17.0` * *yarn version:* `1.22.10` * *Version of yo :* `4.2.0` ## Current behavior...
dep: ``` "react-native-animatable": "^1.3.3" ``` RN latest definition: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts when I use: ``` ``` Although `transition =" rotate "` gives an error, it still runs successfully I looked at the...
my code: ``` import WebSlides from 'webslides'; // use: const ws = new WebSlides(); ``` but report an error: ``` Uncaught TypeError: webslides__WEBPACK_IMPORTED_MODULE_17___default.a is not a constructor at preview (handoutVideo.tsx:70)...
#6