Marcell

Results 11 issues of Marcell

I did `npm i browser-unhandled-rejection`. And in my code: ```js import { auto } from 'browser-unhandled-rejection'; ``` But my terminal is outputting `Can't resolve 'browser-unhandled-rejection'` error. Using `node` 10.8.0 and...

When I try to use with with `styled-components`, I get this error: > Error: 'typeOf' is not exported by node_modules/react-is/index.js, imported by node_modules/styled-components/dist/styled-components.browser.esm.js all the solutions are related to providing...

#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message...

I'm mostly new to storybook and this addon, and I'm confused by reading the instructions for inserting this addon without a having `storiesOf` explicitly coded. I'm used to export an...

**Description of changes:** Just added a clarification to this readme about connecting peers. I was trying to create a simple app using Chime SDK and failed for days because I...

I'm needing to pull changes from this 271f25929400d57bc83c689d805ef4c3a0199c4e commit. My face tracking just doesn't work without it because of an error related to `createObjectURL` (as you can see at https://github.com/lynckia/licode/issues/1175...

Tell about the existence and give instructions of usage for `localTag` param on both "initialization" and "video support" doc pages. ### Update Disconsider the warning below, it's no longer an...

the lib itself is internally type safe with typescript but other typescript users can't use the same safety cause .d.ts is not published, it triggers a warning on compile time.

enhancement