dongyuwei

Results 154 comments of dongyuwei

@mahir-cognitiv you can add a debounce to reduce the re-render, the following is a custom React hook: ``` import React, { RefObject, useEffect, useState } from 'react'; import debounce from...

I can compile it successfully on macOS Big Sur 11.1(20c69).

@petrmiko thanks .lessrc works for me.

It's doable, but I don't have enough free time to implement/debug it.

I test it from China and Japan tokyo, got the same error.

can't access it even using 8.8.8.8 DNS server

@choptastic thank you, it works now after switched to `https`. `boss_db/rebar.config` should be updated.

https://github.com/ErlyORM/boss_db/blob/master/rebar.config#L33 already updated. so `cb_admin`'s deps should be updated.

ignore react-native-root-siblings didn't work for me, but ignore `static-container` works. ``` "jest": { "preset": "react-native", "transformIgnorePatterns": [ "node_modules/(?!static-container)" ] }, ```