You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with PrimeNG tree and got this build error.
it's from css file of tree component which have two css class with incorrect image path.
Current path is './images/line.gif' and it should be '../../images/line.gif'.
I already fixed it on my code and its working... :)
I am using "primeng": "8.0.0".
The text was updated successfully, but these errors were encountered:
I am working with PrimeNG tree and got this build error.
it's from css file of tree component which have two css class with incorrect image path.
Current path is './images/line.gif' and it should be '../../images/line.gif'.
I already fixed it on my code and its working... :)
I am using "primeng": "8.0.0".
The text was updated successfully, but these errors were encountered: