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
- Render
<AuthFlow> with a connector that has no config.auth.
- 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).
Summary
<AuthFlow>renders nothing, with no error or warning, whenconfig.authis missing or there is no activeconnect(). 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
<AuthFlow>with a connector that has noconfig.auth.Ask
Emit a development-mode warning (or render a clear fallback) when
<AuthFlow>can't render becauseconfig.authis missing or no connection is active, naming the missing prerequisite.Environment
@zerodev/wallet-react-kit@0.0.1-alpha.3, web (Vite + React 19).