Skip to content

<AuthFlow> renders nothing silently without config.auth + active connect() #265

Description

@jayeshbhole

Summary

<AuthFlow> renders nothing, with no error or warning, when config.auth is missing or there is no active connect(). It's hard to tell whether the component is broken or just mis-wired.

Details

If the connector isn't configured with config.auth, or no connection has been initiated, <AuthFlow> returns null silently. There's no console warning, no thrown error, no fallback UI — the integrator sees a blank space and has no signal pointing at the cause.

Reproduction

  1. Render <AuthFlow> with a connector that has no config.auth.
  2. Observe: nothing renders, no console output.

Ask

Emit a development-mode warning (or render a clear fallback) when <AuthFlow> can't render because config.auth is missing or no connection is active, naming the missing prerequisite.

Environment

@zerodev/wallet-react-kit@0.0.1-alpha.3, web (Vite + React 19).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions