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
Documentation Is:
I wanted to use context, and had to look at #179 to realize I needed to import { createContext, useContext } from 'jsx-email'; instead of from react.
import { createContext, useContext } from 'jsx-email';
Mention that to use context, you must import these from jsx-email. Could go in the FAQ, or maybe there's a better place for it.
The text was updated successfully, but these errors were encountered:
Great suggestion. Would you be up for writing what you'd like to see in a PR?
Sorry, something went wrong.
No branches or pull requests
Documentation Is:
Please Explain in Detail...
I wanted to use context, and had to look at #179 to realize I needed to
import { createContext, useContext } from 'jsx-email';
instead of from react.Your Proposal for Changes
Mention that to use context, you must import these from jsx-email. Could go in the FAQ, or maybe there's a better place for it.
The text was updated successfully, but these errors were encountered: