Description
With ACUL/React, we're not seeing the editIdentifierLink in the screen's context members. However, it is being supplied in the actual universal_login_context object under screens.links.edit_identifier, so it looks like it's just not being mapped to the camel-cased version.
Reproduction
Attempt to access useScreen().links?.editIdentifier from that screen and notice that it is undefined, even when the underlying link is present. Trying to access useScreen().editIdentifierLink produces a type error and doesn't work either.
Environment
@auth0/auth0-acul-react@1.2.0
Description
With ACUL/React, we're not seeing the
editIdentifierLinkin the screen's context members. However, it is being supplied in the actualuniversal_login_contextobject underscreens.links.edit_identifier, so it looks like it's just not being mapped to the camel-cased version.Reproduction
Attempt to access
useScreen().links?.editIdentifierfrom that screen and notice that it is undefined, even when the underlying link is present. Trying to accessuseScreen().editIdentifierLinkproduces a type error and doesn't work either.Environment
@auth0/auth0-acul-react@1.2.0