Form-related fixes, improvements and refactoring (#4283)

* Fix another validateDOMNesting error
* Fix React.forwardRef error
* Fix encoding_image intl message
* Return null instead of undefined from RatingSystem
* DurationInput tweaks
* DateInput tweaks, remove unused utils functions
* Refactor and deduplicate edit form rendering
* Improve/fix yup validation
This commit is contained in:
DingDongSoLong4
2023-11-20 03:42:26 +02:00
committed by GitHub
parent 65b416a2d9
commit 959f2531fd
55 changed files with 1419 additions and 2217 deletions

View File

@@ -37,7 +37,7 @@
"classnames": "^2.3.2",
"flag-icons": "^6.6.6",
"flexbin": "^0.2.0",
"formik": "^2.2.9",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.11.3",
@@ -74,7 +74,7 @@
"videojs-seek-buttons": "^3.0.1",
"videojs-vr": "^2.0.0",
"videojs-vtt.js": "^0.15.4",
"yup": "^1.0.0"
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",