rem’s avatarrem’s Twitter Archive—№ 74,026

  1. …in reply to @mattxcurtis
    mattxcurtis returns Aside from :blurg: - it didn't help :) I do suspect it's because the React type isn't anywhere on the page and code doesn't know what to do.
    1. …in reply to @rem
      mattxcurtis returns code Sussed it. I can add { "globals": { "React": true } } to my eslintrc (since I'm dev'ing in Next) and there's no longer a warning. Thank you again for your time 👍