We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This code renders two times
const Test = ({ afterMountInc = false }) => { renderCount++; console.log(renderCount); value = useTracker(() => { return null; }, []); return <span>{renderCount}</span>; }; ReactDOM.render(<Test />, container);
The text was updated successfully, but these errors were encountered:
This PR #436 intends to fix this issue
Sorry, something went wrong.
This PR #440 intends to add a test for this issue
Is this related with useSubscribe as well as reported in the forums https://forums.meteor.com/t/usesubscribe-and-usetracker-fire-multiple-times-react-meteor-data/63448/4?
I wonder if latest fixes on master have fixed it, likely not yet. Last published version, meteor add [email protected]
meteor add [email protected]
Not sure 🤔 I can write a test to confirm this if you want @nachocodoner
That'd be great @Poyoman39
Successfully merging a pull request may close this issue.
This code renders two times
The text was updated successfully, but these errors were encountered: