Jacob Herper
Jacob Herper
I am getting the message > 'Jest encountered an unexpected token' for all my unit tests when setting up `jest-runner-eslint` in projects: ```javascript module.exports = { roots: [''], moduleNameMapper: {...
Considering this there are going to be close to 100 questions with the next update, would it make sense to split them up into several categories, essentially creating a folder...
See https://www.sanity.io/plugins/orderable-document-list
Determine best practices around error handling on `app` directory pages. Catch errors inside the page component or in the `getData` function? Fall back to `error.tsx` in root?
Currently I use a lot of `div` elements, where more appropriate semantic elements can be used.