Page 1 of 1

Error after upgrading to primevue 1.0.0

Posted: 30 Jan 2020, 05:17
by ncsbsi
The dialog component does not load after upgrading to primevue 1.0.0 or 1.0.1.

Console error:

[Vue warn]: Property or method "isMaskVisible" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.h ... Properties.

found in

---> <Dialog> at node_modules/primevue/components/dialog/Dialog.vue
<Ticket> at src/components/Ticket.vue
<App> at src/App.vue
<Root>

Can you help me.
Thanks.

Re: Error after upgrading to primevue 1.0.0

Posted: 30 Jan 2020, 09:14
by cagatay.civici
It seems to be there and live version runs on 1.0.1, could you please try with a clean npm install, maybe something is cached.

Re: Error after upgrading to primevue 1.0.0

Posted: 30 Jan 2020, 15:36
by ncsbsi
Morning,

In regards of the comment posted above.
I executed the following commands:

NPM UNINSTALL
NPM CLEAN-INSTALL

Then, i started the server again and got the same error as before.

It's working fine on the version 1.0.0-rc.6 with Prime-sigma,
But with the version 1.0.0 or 1.0.1 it's does not work properly.

So, please help fix :).
I really appreciate Thanks.

Error:
https://ibb.co/J5L8MpS

Re: Error after upgrading to primevue 1.0.0

Posted: 30 Jan 2020, 20:45
by cagatay.civici
Please try with 1.0.2 which is released today.

Re: Error after upgrading to primevue 1.0.0

Posted: 31 Jan 2020, 01:46
by ncsbsi
Unfortunately the error is still there.

I upgraded to version 1.0.2.

Attached is the error of the sigma template in the Dialog component.

https://ibb.co/F4WJJyR

Thanks

Re: Error after upgrading to primevue 1.0.0

Posted: 06 Feb 2020, 12:37
by cagatay.civici
Thank you, we're trying to figure out what's going on.