docker 单机部署模式下,登陆成功后错误信息如下
Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
浏览器版本
Chrome 146.0.7680.165
3.2.0 版本和 3.2.0-2026-03-30 两个版本均是相同的错误
`
Unexpected Application Error!
A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
at http://172.20.5.76:8080/next/js/vendor-ui.js:41:68425
at rs (http://172.20.5.76:8080/next/js/vendor-react.js:8:48083)
at hh (http://172.20.5.76:8080/next/js/vendor-react.js:8:67572)
at Th (http://172.20.5.76:8080/next/js/vendor-react.js:8:83196)
at tm (http://172.20.5.76:8080/next/js/vendor-react.js:8:116951)
at Tv (http://172.20.5.76:8080/next/js/vendor-react.js:8:115997)
at Fs (http://172.20.5.76:8080/next/js/vendor-react.js:8:115829)
at Fh (http://172.20.5.76:8080/next/js/vendor-react.js:8:112622)
at gm (http://172.20.5.76:8080/next/js/vendor-react.js:8:124540)
at Gi (http://172.20.5.76:8080/next/js/vendor-react.js:8:123089)
💿 Hey developer 👋
You can provide a way better UX than this when your app throws errors by providing your own ErrorBoundary or errorElement prop on your route.
`

请问该如何解决
docker 单机部署模式下,登陆成功后错误信息如下
Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
浏览器版本
Chrome 146.0.7680.165
3.2.0 版本和 3.2.0-2026-03-30 两个版本均是相同的错误
`
Unexpected Application Error!
A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
Error: A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.
at http://172.20.5.76:8080/next/js/vendor-ui.js:41:68425
at rs (http://172.20.5.76:8080/next/js/vendor-react.js:8:48083)
at hh (http://172.20.5.76:8080/next/js/vendor-react.js:8:67572)
at Th (http://172.20.5.76:8080/next/js/vendor-react.js:8:83196)
at tm (http://172.20.5.76:8080/next/js/vendor-react.js:8:116951)
at Tv (http://172.20.5.76:8080/next/js/vendor-react.js:8:115997)
at Fs (http://172.20.5.76:8080/next/js/vendor-react.js:8:115829)
at Fh (http://172.20.5.76:8080/next/js/vendor-react.js:8:112622)
at gm (http://172.20.5.76:8080/next/js/vendor-react.js:8:124540)
at Gi (http://172.20.5.76:8080/next/js/vendor-react.js:8:123089)
💿 Hey developer 👋
You can provide a way better UX than this when your app throws errors by providing your own ErrorBoundary or errorElement prop on your route.
`

请问该如何解决