Skip to content

[BUG] 'Unexpected text node' error toast on Search page #141

@NateIsern

Description

@NateIsern

Description

When navigating to /search, a red error toast appears at the bottom of the screen showing:
"Unexpected text node: . A text no..."

This is a React Native Web rendering issue where a bare text node (not wrapped in a <Text> component) is present in the Search page component tree.

Steps to Reproduce

  1. Navigate to http://localhost:8081/search
  2. Observe the red error toast at the bottom of the page

Expected Behavior

No error toast should appear. All text content must be wrapped in <Text> components per React Native requirements.

Actual Behavior

Red toast: "Unexpected text node: . A text no..."

Impact

  • Severity: Low (cosmetic, doesn't block functionality)
  • Page: /search
  • Component: Likely in search page or one of its child components

Environment

  • Frontend: Expo web (React Native Web)
  • Browser: Chrome
  • Dev mode: Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Normal priorityfrontendFrontend (React Native/Expo)type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions