Failed to compile ./src/Home.js Line 89:8: '$' is not defined no-undef Line 92:9: '$' is not defined no-undef Search for the keywords to learn more about each error. This error occurred during the build time and cannot be dismissed. code example
Example: 'Link' is not defined react/jsx-no-undef
import { Link } from 'react-router-dom';