You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the vite environment, antdesign vue is used, and the ".env.test" file is used as the package configuration file, which is deployed in the service area. The date selector will be invalidated and you cannot select a date. You must change the ".env.test" file name to something else to restore normal.
#6209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Version
3.2.14
Environment
win10,macOs 12.2.1, Chrome 109.0.5414.87, vue 3.2.14
Reproduction link
Steps to reproduce
What is expected?
You can also use.env.test as the name of the configuration file locally
What is actually happening?
.env.test file name must be changed, so that the date selector of ant-design-vue can be used properly
normal:.env.test=>.env.sandbox
bug: .env.test
The text was updated successfully, but these errors were encountered: