Seems to work fine now
I still get some undefined errors in the console. You should use optional chaining with the ?.
operator when looking up nested structures. For example:
this.args.category.description?.replace
Seems to work fine now
I still get some undefined errors in the console. You should use optional chaining with the ?.
operator when looking up nested structures. For example:
this.args.category.description?.replace