-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
impl(lazy-initialize): set content for handlePrint() and handleClick() via second optional argument using [content] #679
impl(lazy-initialize): set content for handlePrint() and handleClick() via second optional argument using [content] #679
Conversation
…st argument lazyOption
…nd argument [lazyOption]
Thanks! Will take a look at this later this evening |
Hello @MatthewHerbst , i was hoping to get some feedback on this as soon as you can be available say this weekend ? |
Hi, apologies, have been slammed with work. Promise to review this within the next 48 hours |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just curious if there's a way to simplify the logic at all maybe?
Hello. @MatthewHerbst , I am done with the change requests you mandated based on your review. Thanks a lot 🙏🏾 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! One last request: can we make the example much, much shorter? The examples for the other uses are about 25 lines each, and don't reference any random external dependencies. Can we make the added example similarly short, and remove any reference to external dependencies that most readers of the README will not be familiar with?
Ok @MatthewHerbst , I will do just that. Thanks |
All done now @MatthewHerbst 👍🏾 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, realized one last thing! Otherwise looks fantastic, and thank you so much for adding the examples!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Happy with this! Two small nits before we merge
Hello @MatthewHerbst , all done here |
Published in v2.15.0! |
This seems to break existing code by adding this new mandatory
|
Ah crap, you're totally right, this should be optional. Will push out a fix now |
@Bowbaq fix published in v2.15.1, please let me know if you run into any additional issues, and thank you so much for the report! |
Fixes #652