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
This line: https://github.com/gregnb/react-to-print/blob/d6349a0c27e85887eddfe8b0f0e2832600b48869/example/FunctionalComponentWithHook/index.tsx#L9-L10
Can be: const onBeforeGetContentResolve = useRef<(() => void) | null>(null);
const onBeforeGetContentResolve = useRef<(() => void) | null>(null);
The text was updated successfully, but these errors were encountered:
🥂 Thank you! Would you like to may the PR for that?
Sorry, something went wrong.
Done in #320, thanks again!
No branches or pull requests
This line:
https://github.com/gregnb/react-to-print/blob/d6349a0c27e85887eddfe8b0f0e2832600b48869/example/FunctionalComponentWithHook/index.tsx#L9-L10
Can be:
const onBeforeGetContentResolve = useRef<(() => void) | null>(null);
The text was updated successfully, but these errors were encountered: