-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Compile Problem with Directives( Typescript and 3.2.0-rc.1) #877
Comments
Same! The issue is the same when adding directive into an SFC. Thank you. |
did you find any workaround for this, as this directive is used in many components? Also just not enabling it at all doesn't seem to work, it compiles but in the browser console the app doesn't load:
|
We have the problem with the bought diamond theme, which use ripple as well .... |
As a workaround the following is 'working' for me:
|
additionally, for whom is using eslint with @typescript-eslint/ban-ts-ignore like in a standard vue-cli project, this seems to be the workaround ;) // eslint-disable-next-line |
hey there, this is still not working in the 3.2.2 version. And i think ignoring the lint rules here can only be a temp. workaround :( |
I have primevue 2.8.0 and I had the same issue. So the actual fix is: And the error gone away. |
Version: 3.2.0-rc.1
Tooltip and Ripple Directives
After Update following code does not compile anymore:
Works fine with: 3.1.2
Greetings,
Tom
The text was updated successfully, but these errors were encountered: