Skip to content

Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<InfoWindow> & Readonly<IInfoWindowProps>' #541

@shahaarati0

Description

@shahaarati0
`<InfoWindow
          google={window.google}
          map={mapState.map}
          marker={mapState.marker}
          visible={mapState.visible}
          content={'contetn'}
        >
          <div>
            <h3>{mapState.title}</h3>
          </div>
</InfoWindow>`

InfoWindow is not accepting children.
Error: Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions