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
Hey there,
I was updating a somewhat old project and after compiling everything i was getting a "raw.replace is not a function" error in the browser. I checked out the Icon.vue file and it appeared the this.icon.raw was returning an object instead of a (supposedly) string variable.
As a quick fix I changed the line to let raw = this.icon.raw.default
This issue happened after updating my vue version from 2.6.8 to 2.6.10 and updating vue-awesome from 3.4.0 to 3.5.4.
I just wanted to let you know of the issue.
The text was updated successfully, but these errors were encountered:
Hey there,
I was updating a somewhat old project and after compiling everything i was getting a "raw.replace is not a function" error in the browser. I checked out the
Icon.vue
file and it appeared thethis.icon.raw
was returning an object instead of a (supposedly) string variable.As a quick fix I changed the line to
let raw = this.icon.raw.default
This issue happened after updating my
vue
version from2.6.8
to2.6.10
and updatingvue-awesome
from3.4.0
to3.5.4
.I just wanted to let you know of the issue.
The text was updated successfully, but these errors were encountered: