-
Notifications
You must be signed in to change notification settings - Fork 712
Table<unknown> after updating to 3.1.0? #3982
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.
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
Comments
@schillerenrico I think this is the same issue as the one you created already (#3980). Would you mind providing a reproduction? I don't the issue myself. |
@benjamincanac Sure, using the examples from the nuxt ui docs and some extra functions the ide is not getting the right type. |
@schillerenrico and @benjamincanac , I had also same both issues when I tried to upgrade a project yesterday. I first though I broke type inference with my change. I was suspecting this line: But when I checked the nuxt ui playground directly I saw that I did not had this problem so I just roll-back due to lack of time. When searching for issues, I saw that typescript build files has changed and are no more in the same file. There might be something that nuxt clean and so do not fix. There might be something to clear and restart typescript analysis required? I did not had such quick fix for the issue #3980. ==> All types are removed and there is a new file specific with typescript stuff (ex: defineSlots) |
…ination` (#3177) Co-authored-by: Sandros94 <[email protected]> Co-authored-by: Benjamin Canac <[email protected]>
Description
Table is now of type unknown after updating to 3.1.0 - worked before in 3.0.x
Did I miss anything?
The text was updated successfully, but these errors were encountered: