Abid Sayyed

Results 3 issues of Abid Sayyed

Giving CSS term expected error Fixed: Since we are using a CSS file (as indicated by the .css file extension), we should be using CSS variables. However, the $mantine-breakpoint-xs variable...

fix: change the below code: from: for (let i = 0; i < results.length; i += 1) { const r = results[i]; const className = i === resultIndex ? `${searchResultClass}...