Thomas Vo

Results 16 comments of Thomas Vo

Added tests for the new type setup. Fixed type errors. These errors occurred because the new type setup was able to pin point where the param types are incorrectly defined....

> Can you give an example of when it passes but shouldn't? Doesn't seem I can recall a good example for the case I encountered a few months ago, but...

> More or less, I think centerizing the header's title will be much better than using center view for rendering header's title. do you mean that will fix Android in...

that's quite strange, would you say my above code is correct? Shouldn't it be like below? ```js /** * This function does XYZ */ function xyz() { // This chunk...

This issue also happened to my locally referenced package. `yarn upgrade ` somehow upgrades unrelated non-local packages that are not even used by my local package. I managed to fix...

Hello this is happening when you have Infinity anywhere on the breadcrumb on Android. Version: "@sentry/react-native": "^5.29.0" Example: ```ts Sentry.addBreadcrumb({ category: 'redux.action', type: 'info', data: { x: Infinity }}); ```