Open nicolasfranck opened 6 years ago
I'm a bit confused - helpers.js was introduced in v3 and this bug is in UV v2.0.1?
So am I ;-)
v2.0.1 is what was reported in bower.json. But I'm sure this is about v3.
Some with me, get the error:
Cannot set property 'path' of undefined
All issues will be triaged for further investigation or closure by the 28 September 2023. If your issue is still relevant and would like for it be investigated further please comment by 14 September 2023.
Still open....
UV version:
I'm submitting a:
Current behavior:
If you press the bookmark button an error occurs in the console:
Apparently the callback function in helpers.js is called twice: first with data supplied, and secondly without. That second call fails because the callback assumes data to be provided.
Expected behavior:
Steps to reproduce:
Related code:
Other information: