fix: avoid running load function on invalid requests#9752
Conversation
🦋 Changeset detectedLatest commit: 7fb4544 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
I just noticed a blank line on line 329 of I feel like my brain is probably just malfunctioning at the moment and the answer will be obvious, but when would you use a |
Ah found it and removed it.
Yeah, the |
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
fixes #9217
Checks that the request method is either a
GET,POST, orHEADbefore attempting to render the page.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:.