This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs b/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs | |
| index f54f35c..c0ab4cf 100644 | |
| --- a/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs | |
| +++ b/node_modules/react-router/dist/development/chunk-NL6KNZEE.mjs | |
| @@ -9082,6 +9082,7 @@ var Form = React10.forwardRef( | |
| Form.displayName = "Form"; | |
| function ScrollRestoration({ | |
| getKey, | |
| + getScrollContainer, | |
| storageKey, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // scripts/apply-patches.ts | |
| import assert from "node:assert/strict" | |
| import { readFileSync, readdirSync, writeFileSync } from "node:fs" | |
| import { dirname, join } from "node:path" | |
| import { fileURLToPath } from "node:url" | |
| const __filename = fileURLToPath(import.meta.url) | |
| const rootPath = join(dirname(__filename), "../..") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/react-router/dist/development/chunk-D4RADZKF.mjs b/node_modules/react-router/dist/development/chunk-D4RADZKF.mjs | |
| index d3dd919..fcbb73c 100644 | |
| --- a/node_modules/react-router/dist/development/chunk-D4RADZKF.mjs | |
| +++ b/node_modules/react-router/dist/development/chunk-D4RADZKF.mjs | |
| @@ -9044,6 +9044,7 @@ var Form = React10.forwardRef( | |
| Form.displayName = "Form"; | |
| function ScrollRestoration({ | |
| getKey, | |
| + getScrollContainer, | |
| storageKey, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % terraform apply -auto-approve | |
| Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with | |
| the following symbols: | |
| + create | |
| Terraform will perform the following actions: | |
| # cloudflare_record.www will be created | |
| + resource "cloudflare_record" "www" { |