Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore] Refactored map control and decoupled action components #1552

Merged
merged 2 commits into from Aug 29, 2021

Conversation

heshan0131
Copy link
Contributor

Signed-off-by: Giuseppe Macri macri.giuseppe@gmail.com

Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>

chore: fix wrong import

[Chore] Fix plot container browser test

Signed-off-by: Shan He <heshan0131@gmail.com>

fix: Properly pass in the map component top property (#207)
import React from 'react';

export type MapControlPanelProps = {
children: Element;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: if you use React.FunctionComponent or React.Component you don't need to define children as part of its props

Signed-off-by: Shan He <heshan0131@gmail.com>
@heshan0131 heshan0131 merged commit d8db8f6 into master Aug 29, 2021
@delete-merged-branch delete-merged-branch bot deleted the 0718-refactor-map-control branch August 29, 2021 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants