fix: Handle multiple id prop generation (#8097)

* fix: Handle multiple id prop generation

* throw on duplicate id + cleanup

* fix mistakenly removed files

* fix

* fix

* passzord string

* passzord string
This commit is contained in:
Adrien de Peretti
2024-07-12 16:41:19 +02:00
committed by GitHub
parent 82b620c488
commit 136da3f3ce
10 changed files with 111 additions and 69 deletions
+1 -1
View File
@@ -48,6 +48,6 @@
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "jest --silent --bail --maxWorkers=50% --forceExit --testPathIgnorePatterns='/integration-tests/' -- src/**/__tests__/**/*.ts",
"test:integration": "jest --silent --bail --maxWorkers=50% --forceExit -- src/**/integration-tests/__tests__/**/*.ts"
"test:integration": "jest --silent --bail --runInBand --forceExit -- src/**/integration-tests/__tests__/**/*.ts"
}
}