Skip to content

Commit

Permalink
Add <svelte:options immutable={true} />
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Sep 6, 2024
1 parent f39eed1 commit 58ada57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-wallet/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules
/.svelte-kit
/package
.env
.env.\*
!.env.example

# Ignore files for PNPM, NPM and YARN
Expand Down
2 changes: 2 additions & 0 deletions web-wallet/src/lib/components/CopyField/CopyField.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<svelte:options immutable={true} />

<script>
import "./CopyField.css";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<svelte:options immutable={true} />

<script>
import { AppAnchor, CopyField } from "$lib/components";
import { IconHeadingCard } from "$lib/containers/Cards";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<svelte:options immutable={true} />

<script>
import IconHeadingCard from "$lib/containers/Cards/IconHeadingCard.svelte";
import { ErrorAlert, ProgressBar } from "$lib/dusk/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<svelte:options immutable={true} />

<script>
import { AppAnchor } from "$lib/components";
import { ToggleableCard } from "$lib/containers/Cards";
Expand Down

0 comments on commit 58ada57

Please sign in to comment.