Primefaces Template Freya Menu not open #3315
-
When I try open on item on Menu I got this error on layout.js |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@brunohorta82 what version of Freya are you using? |
Beta Was this translation helpful? Give feedback.
-
Exactly what you need to do! Also don't forget to update your Freya SASS for 14: https://github.com/primefaces/primefaces/wiki/Migration-Guide-for-Templates |
Beta Was this translation helpful? Give feedback.
version 5.0.0$.isFunction is undefined occurs because $ .isFunction has been removed from jQuery 3.3.0 onwards. I replace it with typeof value === 'function'.
The error
and fix the issue