fix: the lock file problem #79
Annotations
4 errors
build
Argument of type '{ loading: true; accuracy: number; altitude: null; altitudeAccuracy: null; heading: null; latitude: number; longitude: number; speed: null; timestamp: null; error: null; }' is not assignable to parameter of type 'GeolocationState | (() => GeolocationState)'.
|
build
Argument of type '{ loading: false; timestamp: number; latitude: number; longitude: number; altitude: number | null; accuracy: number; altitudeAccuracy: number | null; heading: number | null; speed: number | null; error: null; }' is not assignable to parameter of type 'SetStateAction<GeolocationState>'.
|
build
@pillar-ui/hooks#build: command (/home/runner/work/pillar-ui/pillar-ui/packages/pillar-hooks) /tmp/xfs-39d59573/yarn run build exited (1)
|
build
Process completed with exit code 1.
|