Skip to content

[Bug] Issues with peer deps #321

@charlieforward9

Description

@charlieforward9
hubble.gl 2.0.0-alpha.3
  └─┬ @hubble.gl/react 2.0.0-alpha.3
    ├── ✕ unmet peer @hubble.gl/[email protected]: found 2.0.0-alpha.3
    ├─┬ react-onclickoutside 6.13.1
    │ ├── ✕ unmet peer react@"^15.5.x || ^16.x || ^17.x || ^18.x": found 19.0.0
    │ └── ✕ unmet peer react-dom@"^15.5.x || ^16.x || ^17.x || ^18.x": found 19.0.0
    └─┬ react-map-gl 7.1.9
      └── ✕ unmet peer maplibre-gl@">=1.13.0 <5.0.0": found 5.2.0
  • Bump @hubble.gl/core dep to >2.0.0
  • Bump react deps to include >19
  • Bump react-map-gl to include >5.0.0

There seems to be issues with react-dom that has forced me to downgrade it from ^19 regarding passing an empty string "" to the src value, its too deep in the stack for me to debug through the client though.

Ill try to contribute here if I find any of this stuff blocking..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions