Skip to content

'Range' cannot be used as a JSX component. Its instance type 'Range' is not a valid JSX element. #171

@p-hash

Description

@p-hash

Encountered this issue today. Please let me know how can I gather more info on this

Failed to compile.
./components/Catalog/filters/queryRange.tsx:228:34
Type error: 'Range' cannot be used as a JSX component.
  Its instance type 'Range' is not a valid JSX element.
  226 |                         {!withoutRangeBar && (
  227 |                             <div className={styles.rangebarContainer}>
> 228 |                                 <Range
      |                                  ^
  229 |                                     step={step || 1}
  230 |                                     min={min}
  231 |                                     max={max}
error Command failed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions