Skip to content

Conversation

@StorytellerCZ
Copy link
Collaborator

Draft based on @mfeuermann #393

@StorytellerCZ StorytellerCZ linked an issue May 25, 2024 that may be closed by this pull request
Copy link
Contributor

@Grubba27 Grubba27 left a comment

Choose a reason for hiding this comment

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

if it works I think it is fine...

type ReactiveFn = (props: object) => any;
type ReactiveOptions = {
getMeteorData: ReactiveFn;
pure?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

pure is always there as prop I think

@nachocodoner
Copy link
Member

If we are about to deprecate withTracker at some point, and we already warn about it: #405

Then we can close this and not include it, right?

@nachocodoner
Copy link
Member

Let me know if I should re-open this.

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.

withTracker with async code

3 participants