Skip to content

@aws-amplify/ui-react-core@3.6.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

  • #7083 733fd63bab9befbdbe1b00b2d7f61c4eb91d42ea Thanks @vishwakt! - fix(authenticator): apply UI provided config and services when signing out before the Authenticator is rendered

    setup.initConfig handles SIGN_OUT, so signing out before the UI sends INIT moved the machine past setup configured with defaults, and it settled on signIn. useAuthenticatorInitMachine only sent INIT on the setup route, so every prop passed to the Authenticator was ignored. The machine now accepts INIT until the UI has configured it, and the UI sends INIT on any route other than idle.

  • Updated dependencies [733fd63bab9befbdbe1b00b2d7f61c4eb91d42ea, d1f6570056abb7e1aa116f7da81df18ef687b129]:

    • @aws-amplify/ui@6.15.6