Yupeng-li

Results 16 issues of Yupeng-li

Not all the generator functions pass the type check when using `expectSaga`. Sometimes unexpected type error is raised if the yields in the function are mixed by saga effects and...

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? @sentry/react-native 3.2.13 ### Steps to Reproduce I need to report inner error when throwing exceptions, and...

Type: :beetle: Bug
Platform: React-Native

### Current behavior When I use `dispatch` to send an action (such as `StackActions.replace`), the type is not checked against the ParamList I provided. ``` ts type ParamList = {...

bug
platform:android
platform:ios
repro provided

### Description We noticed that sometimes the `onChangeText` event of `TextInput` was fired with text longer than `maxLength`. According to the doc, this behaviour seems to be unexpected. > maxLength:...

Platform: iOS
Issue: Author Provided Repro
Component: TextInput
Needs: Triage :mag:

### Version 27.2.1 & 29.6.2 & 29.6.3 ### Steps to reproduce The issue is very similar to #11873. However, it seems to still have issue when using a node module...

Needs Triage
Bug Report

Recently we noticed that sometimes on android devices the content of active section is not rendered. The reason I found is that the Collapsible component is calling `measure` function of...

Hi, We noticed that if we schedule a notification at 9:00 am every day, after daylight saving time (e.g. 29th Oct 2023) the notification will fire at 8:00 am. We...

Keep Open

### How frequently does the bug occur? Always ### Description If I mock realm in a test file, and then import the real realm in a particular test, it will...

T-Bug
O-Community
SDK-Use:Local
Encryption:Off
Frequency:Always
Repro:Always

### Version 27.2.1 & 29.6.2 & 29.6.3 ### Steps to reproduce I made a [mini repo ](https://github.com/Yupeng-li/jest-isolate-modules-mini-repo)to reproduce the issue. This is to reopen #14443 ### Expected behavior I expect...

Needs Triage
Bug Report

### How frequently does the bug occur? Always ### Description When using Realm classes, we noticed a few type issues all related to `Unmanaged`. 1. When specifying the `RequiredProperties` in...

T-Bug
O-Community
SDK-Use:Local
Frequency:Always
Repro:Always
Encryption:On