Ya Zhuang

Results 19 comments of Ya Zhuang

@rubenv when input bind to something like `activity.length` as in #305, after the value changed, `typeof activity.length` would become `string` rather than `number`. i think `angular-gettext` should handle this situation....

update: living demo on jsfiddle goes here: https://jsfiddle.net/hxv260y6/

since #25 has been merged and released should this issue be closed?

> Using https://github.com/hustcc/jest-canvas-mock. If you are using Create React App just add import 'jest-canvas-mock' in your setupTests.js credit: https://stackoverflow.com/a/53478780/553523

i think the problem is`form-data` still using `combined-stream` and `combined-stream` does not support stream v2 at all. https://www.npmjs.com/package/combined-stream

workaround: pass any function to `onloadCallback` why: https://github.com/appleboy/react-recaptcha/blob/52a22d896e556357517aa7078c33359346d1ed28/src/index.js#L69 if the component mount BEFORE the `grecaptcha` arrives, it would not call `_renderGrecaptcha` if `render === 'explicit' && onloadCallback && this.state.ready &&...

good point!! but @setek why dont you send a pull-request?