G. Kay Lee
G. Kay Lee
This is what I am seeing in the console when clicking on the "Register" button on the "Finish registration" screen: ``` au.gov.my://app?error=invalid_request&error_description=FBTOAU202E+The+required+parameter%3A+%5Bcode_challenge%5D+was+not+found+in+the+request.&state=63065293C60AD6A479B67F1DFC79BBC75DEF04C3 ``` And nothing happens. Looks like it's broken?
We're in the process of adopting this spec for our in-house design system's implementation but have encountered issues when we got to React Native style tokens. For example, looking at...
This works: `background: url('/images/phone.png');` ===(usemin)==> `background: url('/images/53a6ac41.phone.png');` This also works: `background: url('images/phone.png');` ===(usemin)==> `background: url('images/53a6ac41.phone.png');` This doesn't work (despite `53a6ac41.phone.png` being in the right directory): `background: url('../images/phone.png');` ===(usemin)==> `background: url('../images/phone.png');`
I am getting this error in the preview panel when trying to preview a [Storybook MDX doc file](https://github.com/storybookjs/storybook/blob/master/addons/docs/docs/mdx.md):  ```mdx import { Meta, Story, Preview, Props } from '@storybook/addon-docs/blocks'; import...
This functionality has only been made available recently in iOS SDK v25.0.0 and Android SDK v12.0.0; however, without giving a clear indication of when this API would also be made...
This functionality has been added into both the iOS SDK and Android SDK back in March; however, the latest RN SDK for some reason is still not exposing this new...