We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.4.26
none
if use function in dynamic style and use 'item' of v-for, got those error when build
<li v-for="(step, index) in stepList" :key="step.name" :style="{ '--step-color': getStepColor(step, index), }">
even if getStepColor is empty function, still got error and if change to getStepColor(index), build successed.
and It's fine in 3.4.25
do not throw error
error TS2589: Type instantiation is excessively deep and possibly infinite
No response
The text was updated successfully, but these errors were encountered:
There aren't any type-related changes in 3.2.46: https://github.com/vuejs/core/blob/main/CHANGELOG.md#3426-2024-04-29
Please provide a valid and complete reproduction.
Sorry, something went wrong.
https://play.vuejs.org/#eNp9kkFv1DAQhf+KsZB2F2V3uy1wCMlKgCoBB0CA1AOu2m0ym3Xr2JY9SVNF/u8du0rbQ9WbPe+N55snj/yztau+A57zwldOWmQesLNboWVrjUM2Mgd7FtjemZbNyDoTWujKaI+s9Q0roz6ffQOlDDszTtVvZovJoKTH8v8mO85OzqdaA3gmazyUc7kot5dvR/luc3QU7HApdLF+gKDxdEFordoh0I2x4rDZjmMaGUKxpluq1rJn/XJvXCn4XFJHJnUNw4JJnaYLzjzeKSD5alfdNM50ul5WRhmXk6E54JXq4FO7c43USzQ2/2AHasqnrvE2wuYTdZqxCIKn8YwRUqyEkGjWhENCsX6GzjOOnlbfy2Z17Y2mqMdoFrwyrZUK3C+LkqIRPGdJidqO4rz9kWroOsimenWA6uaF+rUn6pwOvx14cD0I/qghLQeURJRP//6Egc6PYmvqTpH7FfEPeKO6yPhg+0IREvYzX6L9nj6M1M0/fzogaD8tFUGjMyS/4PSJvr6y+hPuyep96hM6UIoXPbj4JgVIwur4Iw/341nqzQ==
this is a sample, but I can't test build online: vite build --mode production && vue-tsc --emitDeclarationOnly
only have upgraded those libraries, then build failed:
Can't reproduce. Please provide a repo that actually demonstrates your problem. Suggested reading: https://antfu.me/posts/why-reproductions-are-required
Closing as no follow up has been provided. Please open a new one if proper repro can be provided.
No branches or pull requests
Vue version
3.4.26
Link to minimal reproduction
none
Steps to reproduce
if use function in dynamic style and use 'item' of v-for, got those error when build
even if getStepColor is empty function, still got error
and if change to getStepColor(index), build successed.
and It's fine in 3.4.25
What is expected?
do not throw error
What is actually happening?
error TS2589: Type instantiation is excessively deep and possibly infinite
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: