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

Ingo horizontal calendar #1

Merged
merged 8 commits into from
Mar 19, 2019
Merged

Ingo horizontal calendar #1

merged 8 commits into from
Mar 19, 2019

Conversation

varunon9
Copy link
Owner

No description provided.

@varunon9 varunon9 merged commit 2b64bfb into master Mar 19, 2019
@@ -357,6 +363,65 @@ class Calendar extends Component {
return CalendarHeader;
}

showLoader() {
if (this.props.LoaderComponent) {
return <LoaderComponent />;

Choose a reason for hiding this comment

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

this way, LoaderComponent will be undefined.
It should be return this.props.LoaderComponent()

thoughts?

Copy link
Owner Author

Choose a reason for hiding this comment

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

yeah, seems like i made a mistake. will have to check

Choose a reason for hiding this comment

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

will you plz correct it whenever you get time? plz...

Copy link
Owner Author

Choose a reason for hiding this comment

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

Please create a PR. I'll merge it

Copy link
Owner Author

Choose a reason for hiding this comment

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

Fork the repo, make changes to your forked repo and then you can create PR

@Abhijeetjaiswalit
Copy link

Abhijeetjaiswalit commented Nov 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants