Open simondriesen opened 2 months ago
Latest commit: a1dfb2bb607e1b9e00bf1673dfd2da392535fe5e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
What: Not all
@emotion/cache
options are listed in the README.Why: I was looking for an option that does exactly what
insertionPoint
does but it wasn't listed in the README. I had to look into the emotion code itself to find out about it's existence. I think it should be mentioned in the README.How: Just updated README.md text (with explanation based on
CHANGELOG.md
logs and comments by developers).Checklist: