Michael Sholty

Results 5 comments of Michael Sholty

@paulfalgout I tried looking around for what `ViewDestroyError` is but I couldn't find anything in the code nor the issues for this repo. Could you elaborate on what that is?...

Thanks for the response and suggestion @paulfalgout . I also thought that would be sufficient, but I can't help but think adding an if-statement after each `await` call is a...

I just had this fun issue while setting up my Ubuntu 18.x machine. docker-compose was working for me, then this morning I tried to do some additional installation of some...

I had an issue around this and resolved it by converting the file to a base64 blob before assigning it to the `src` prop. Like this: ```tsx import { useEffect,...

I believe `PropTypes.node` produces the correct type for `React.Component`. The typescript `index.d.ts` it generates is `React.ReactNode` which is correct.