Skip to content

Use of undefined variable in MapComponent #102

Description

@deadkidney

Variable markers used in /src/components/Map/MapComponent.jsx line 63:

62                {!window.USE_SERVER_SIDE_CLUSTERING && <Markers />}
63                {window.USE_SERVER_SIDE_CLUSTERING && markers}

is never defined.
The code still works, most likely because it always takes the route of line 62.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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