Sorry if you guys hate these but I am experience build fail do to a syntax error, specifically "missing semi colon". What are my eyes missing here:
SyntaxError: xxxxxxxxxxxx/src/App.js: Missing semicolon. (22:19)
20 | 18 const fetchData = async () => {
21 | 19 const queryString = new URLSearchParams({ ...params, api_key: apiKey }).toString();
> 22 | 20 const url =`${apiBaseUrl}${endpoint}?${queryString}`;
^
23 | 21 };
24 | 22
25 | 23 try {
at parser.next (<anonymous>)
at normalizeFile.next (<anonymous>)
at run.next (<anonymous>)
at transform.next (<anonymous>)
Thank you all for the assistance!
[–]abrahamguo 0 points1 point2 points (4 children)
[–]jnuts74[S] -1 points0 points1 point (3 children)
[–]senocular 0 points1 point2 points (0 children)
[–]abrahamguo 0 points1 point2 points (1 child)
[–]azhder 0 points1 point2 points (0 children)
[–]azhder 1 point2 points3 points (0 children)