We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Open in CodeSandbox
add this code to the example, you will see it's called twice
{ placeholderData: () => { console.log(Date.now()); } }
The doc says "This function will be executed only once"
The text was updated successfully, but these errors were encountered:
Confirmed. We'll look into this.
Sorry, something went wrong.
What if the placeholder function contains external dependencies? Do we want the placeholder data to reflect them?
Fixed in the documentation
Successfully merging a pull request may close this issue.
Open in CodeSandbox
add this code to the example, you will see it's called twice
The doc says "This function will be executed only once"
The text was updated successfully, but these errors were encountered: