-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
docs: clarify customizing use:enhance behaviour
#10759
New issue
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
Conversation
|
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
The question of how to utilise
use:enhancewithout causing an invalidation comes up fairly often. I think a few changes in the documentation could make this clearer.#10750 (comment)
#10702
#9467
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.