79079513

Date: 2024-10-11 19:34:17
Score: 1
Natty:
Report link

In my case, I was importing "map" from the wrong place:

import {map} from "highcharts";

I just had to add it to my existing rxjs/operators import:

import {take, map} from "rxjs/operators";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Erin M