I did git pull and docker build -t toofake . and I get the following build error:
Failed to compile.
./components/instant/instant.tsx:116:13
Type error: Argument of type 'Element' is not assignable to parameter of type 'SetStateAction<string>'.
114 |
115 | setLocation(
> 116 | <div>
| ^
117 | <p>{locationString}</p>
118 | <a href={googleMapsLink} target="_blank" rel="noopener noreferrer">View on Google Maps</a>
119 | </div>
There weren't such errors when I built the project last month.
Hello,
I did
git pull
anddocker build -t toofake .
and I get the following build error:There weren't such errors when I built the project last month.
Thanks!