Colin Ramsay

Results 4 issues of Colin Ramsay

This setup worked until recently. I run this on a Raspberry Pi powered by OSMC, so it could be related to their most [recent update](https://osmc.tv/2017/07/osmcs-june-update-is-here-2/), but it's hard to debug...

**Describe the bug** When running `npm run build` when using create-react-app with TypeScript, I receive errors in my story.tsx files complaining about missing storybook dependencies. This makes sense as the...

question / support
has workaround
todo
cra

I was able to get things working by: - Requiring `React` instead of `react` - Remove references to `findDOMNode` See the following diff: ``` diff --git a/node_modules/backbone-react-component/lib/component.js b/fixed.js index e58dd96..0ca09f7...

enhancement

### What version of Remix are you using? 1.8 ### Steps to Reproduce Send a multipart request with a quoted boundary in the content-type header: `Content-Type: multipart/form-data; boundary="2e798d44-9b0d-4284-a9d0-faaf252f82b3"` ### Expected...

bug:unverified
feat:file-upload