You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions. The local server starts when I type gulp on the CLI. When I go to the add contact page, it just keeps loading. 😕
Here's a specific error from the CLI.
typings/globals/lodash/index.d.ts(10168,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'memoize' must be of type '{ <T extends Function>(func: T, resolver?: Function): T & MemoizedFunction; Cache: MapCacheConstr...', but here has type '{ <T extends Function>(func: T, resolver?: Function): T & MemoizedFunction; Cache: MapCache; }'.
The text was updated successfully, but these errors were encountered:
My app also opens on port 8085 by default, unlike what is mentioned in the README. Not sure if that has anything to do with the issue. Just thought I'd mention it.
Oh no, that's right. I'll have to update the README. I'll look into what might be causing this error. In the last update I removed some files from typings.json which has mostly fixed the error messages that appear upon compilation
I followed the instructions. The local server starts when I type
gulp
on the CLI. When I go to the add contact page, it just keeps loading. 😕Here's a specific error from the CLI.
typings/globals/lodash/index.d.ts(10168,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'memoize' must be of type '{ <T extends Function>(func: T, resolver?: Function): T & MemoizedFunction; Cache: MapCacheConstr...', but here has type '{ <T extends Function>(func: T, resolver?: Function): T & MemoizedFunction; Cache: MapCache; }'.
The text was updated successfully, but these errors were encountered: