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

Changes to the base component #16

Closed
ItayLisaey opened this issue Oct 13, 2021 · 0 comments · Fixed by #15
Closed

Changes to the base component #16

ItayLisaey opened this issue Oct 13, 2021 · 0 comments · Fixed by #15
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ItayLisaey
Copy link

ItayLisaey commented Oct 13, 2021

Current base component

export interface SampleComponentProps { }

export const SampleComponent: React.VFC<SampleComponentProps> = () => (
		<div/>
);

For convince sake, I would like if the component could look like this =>

export interface SampleComponentProps { }

export const SampleComponent: React.VFC<SampleComponentProps> = () => (
		<div><div/>
);

there's no use for <div/>.

@nitzanhen nitzanhen self-assigned this Oct 14, 2021
@nitzanhen nitzanhen added the enhancement New feature or request label Oct 14, 2021
@nitzanhen nitzanhen added this to the v1.2.0 milestone Oct 14, 2021
@nitzanhen nitzanhen mentioned this issue Oct 14, 2021
@nitzanhen nitzanhen linked a pull request Oct 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants