Brandon Ramirez
Brandon Ramirez
Hello, I'd like to mention that I'm having this issue as well, I'm declaring versions in my imports (Cotton 0.7.5) and using Deno v1.6.3. It crashes and says I need...
Data in PGAdmin: ```ts parentEmail: '[email protected]', isValidated: true, roleId: 1 ```
Pop this in a global `.d.ts` file for solid linting: ```ts declare module 'react-livestream' { import React from 'react'; type AcceptedPlatforms = 'youtube' | 'mixer' | 'twitch'; interface BaseProps {...