Merged in fix/BOOK-398-polyfill-at (pull request #2876)

Fix/BOOK-398 polyfill at

* fix(BOOK-398): Add polyfills for .at()

* fix(BOOK-398): Add polyfills for .at()


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-09-29 06:58:31 +00:00
parent daeb38832b
commit e24c92918e
8 changed files with 36 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import "@scandic-hotels/design-system/normalize.css"
import "@/app/globals.css"
import "@scandic-hotels/design-system/design-system-new-deprecated.css"
import "@scandic-hotels/design-system/style.css"
import "@scandic-hotels/common/polyfills"
import { ReactQueryDevtools } from "@tanstack/react-query-devtools"
import Script from "next/script"

View File

@@ -3,6 +3,7 @@ import "@scandic-hotels/design-system/normalize.css"
import "@/app/globals.css"
import "@scandic-hotels/design-system/design-system-new-deprecated.css"
import "@scandic-hotels/design-system/style.css"
import "@scandic-hotels/common/polyfills"
import { ReactQueryDevtools } from "@tanstack/react-query-devtools"
import Script from "next/script"

View File

@@ -3,6 +3,7 @@ import "@scandic-hotels/design-system/normalize.css"
import "@/app/globals.css"
import "@scandic-hotels/design-system/design-system-new-deprecated.css"
import "@scandic-hotels/design-system/style.css"
import "@scandic-hotels/common/polyfills"
import { ReactQueryDevtools } from "@tanstack/react-query-devtools"
import Script from "next/script"

View File

@@ -3,6 +3,7 @@ import "@scandic-hotels/design-system/normalize.css"
import "@/app/globals.css"
import "@scandic-hotels/design-system/style.css"
import "@scandic-hotels/design-system/design-system-new-deprecated.css"
import "@scandic-hotels/common/polyfills"
import Script from "next/script"