fix: Correct incomplete $state initialization in multiple Svelte components and pages.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
let generating = $state(false);
|
||||
|
||||
// Seções selecionáveis
|
||||
const sections = $state({
|
||||
let sections = $state({
|
||||
dadosPessoais: true,
|
||||
filiacao: true,
|
||||
naturalidade: true,
|
||||
|
||||
Reference in New Issue
Block a user