benforsrup
Results
2
issues of
benforsrup
calling compute_real_centroids(row) returns nothing for me. Tried `data.map((row) => compute_real_centroids(row))` and just return an empty array for each row. What am I doing wrong?
Type: Bug
I'm getting TypeError for the line ```import 'capacitor-secure-storage-plugin';``` whenever I'm testing with jest and enzyme. Is this line still needed? The jest error: ```TypeError: Super expression must either be null...