Yupeng-li

Results 31 comments of Yupeng-li

The fix made in this pull request is no longer valid with `redux-saga` 1.1.3. https://github.com/jfairbank/redux-saga-test-plan/pull/211/commits/d10dab5fae53d58e12e9025b2f99c075484b0da6 ` logger: () => {},` According to this doc https://redux-saga.js.org/docs/api/#runsagaoptions-saga-args, logger is not supported anymore....

@marandaneto Thank you for the update. I only tested on debug mode. I will test the release mode as soon as I have a chance.

Hi @marandaneto, sorry for the late reply. I tested with the release version and it worked well as expected. Thank you for the help. ![image](https://user-images.githubusercontent.com/31921080/163178597-ac707719-890a-4d00-9785-1ceb37826a98.png)

@WahidN It's a bug of the type mentioned here https://github.com/lawnstarter/react-native-picker-select/issues/488

Hey, I submitted a [pull request](https://github.com/LonelyCpp/react-native-youtube-iframe/pull/300) to fix this. If you need the fix before it's merged, you can pass your own `onShouldStartLoadWithRequest` to the `YouTubeIframe` component via `webViewProps`. Note:...

@liamjones Yes, it's an android only issue. I remember `ACTION_TIMEZONE_CHANGED` is not broadcasted when daylight saving happens. Theoretically the timezone is not changing.

Hi, I got the issue when I start importing `expect` from `@jest/globals`. ``` import {describe, expect, test} from '@jest/globals' ``` It works fine if I use `@types/jest` and don't import...