I am unable to get the repository to build without errors locally. I was able to get to the point of the site being minimally usable but there's TypeScript compile errors that don't make sense; tsc and VS Code think the TypeScript is fine, so it's something with the ts-loader/webpack setup. Here's the branch I've been working in, which definitely would require some clean up before being turned into a PR even if it did work: https://github.com/dperelman/contra/tree/feature/ruby-3
Example error:
./app/javascript/advanced-search.tsx 90:88-90
[tsl] ERROR in ./app/javascript/advanced-search.tsx(90,89)
TS2339: Property 'Md' does not exist on type '{}'.
I am unable to get the repository to build without errors locally. I was able to get to the point of the site being minimally usable but there's TypeScript compile errors that don't make sense;
tsc
and VS Code think the TypeScript is fine, so it's something with thets-loader
/webpack
setup. Here's the branch I've been working in, which definitely would require some clean up before being turned into a PR even if it did work: https://github.com/dperelman/contra/tree/feature/ruby-3Example error: