Skip to main content
wiring/client
check: wiring/client · error_code: E-WIRE-008 · doctor exits: 0

What you’re seeing

This is a warning, not a failure. Doctor still exits 0 for it; nothing here blocks an install.

Why

Your host isn’t recognized as Next.js or Express, so doctor scanned your source generically for a <VendoProvider element and found none. The @vendoai/ui hooks and embeds throw at runtime without that context, so doctor flags its absence.

The fix

If you use @vendoai/ui hooks or embeds anywhere, wrap the client app in <VendoProvider>.
client/main.tsx
If your host drives a fully custom surface without @vendoai/ui at all, this warning is safe to ignore.
  • E-WIRE-007: the server-side counterpart on the same unrecognized framework
  • E-WIRE-006: the same “nothing visible mounted” problem on Next.js and Express hosts