-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
What happened?
Sometimes Console Ninja stops working, and when I restart my ng serve it corrupted my code:
Property 'map' does not exist on type 'string'. [plugin angular-compiler]
src/@wap/pipes/find-by-key/find-by-key.pipe.ts:44:81:
44 │ ... eslint-disable *//* eslint-disable-line */oo_al(value.map(item =>I then simply restart the IDE and it works again, intermittent.
Version
Latest
CLI command to start your dev tool
ng serve
Steps to reproduce (or sample repo)
N/A
Log output
Property 'map' does not exist on type 'string'. [plugin angular-compiler]
src/@wap/pipes/find-by-key/find-by-key.pipe.ts:44:81:
44 │ ... eslint-disable *//* eslint-disable-line */oo_al(value.map(item =>Reactions are currently unavailable