Skip to content

Commit b2904be

Browse files
committed
Fixed warning for multiple form id's.
1 parent 738613e commit b2904be

File tree

7 files changed

+212
-122
lines changed

7 files changed

+212
-122
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- The warning shown when using multiple forms with the same id, is now working on `superForm` instantiation, not just when new form data is received.
13+
814
## [1.3.0] - 2023-07-14
915

1016
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@typescript-eslint/eslint-plugin": "^5.62.0",
9797
"@typescript-eslint/parser": "^5.62.0",
9898
"devalue": "^4.3.2",
99-
"eslint": "^8.44.0",
99+
"eslint": "^8.45.0",
100100
"eslint-config-prettier": "^8.8.0",
101101
"eslint-plugin-dci-lint": "^0.2.2",
102102
"eslint-plugin-svelte": "^2.32.2",

0 commit comments

Comments
 (0)