Michael Mok
Michael Mok
Ref: https://github.com/facebook/react/issues/16604 This issues tracks what is missing before this plugin attains "feature-parity" with the RN implementation and is representative of the "fast-refresh" branding. ## Tasks - [x] Error Recovery...
While CircleCI currently provides `parallelism` for open source projects which allow splitting of tests into chunks within a job, our tests are heavily skewed (`conformance` taking way more time than...
## Expected Behavior When the username is empty and a password is available, the returned value of `auth` should align with output from Node's `url` module. ```js const url =...
### Drop support for Webpack 4 / WDS 3 (#850) Fixes #647 Fixes #707 Fixes #728 Fixes #742 Fixes #788 Fixes #834 ### Thin wrapper for externalization of React (#852)...
## Issue When using `forward` with `partialCheck` on a deeply nested schema (layers > 1), TypeScript complains about a type error but the check works. This was compiling in `1.0.0-rc.2`,...
This is kinda the same as the `share` target, but instead of relying on `SLComposeServiceViewController` it uses a normal `UIViewController`, which allows slightly different sharing semantics. (I have a working...
### Checklist - [x] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [x] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...
### Description When `headerRight` is used, it squishes the touchable area of the cancel button of the search bar in landscape mode. There are still a couple pixels that will...