Fixed warnings from svelte about mutability
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
let { eventData, errors } = $props<{
|
||||
let { eventData = $bindable(), errors = $bindable() } = $props<{
|
||||
eventData: {
|
||||
name: string;
|
||||
date: string;
|
||||
|
||||
Reference in New Issue
Block a user