Gleb
Gleb
Exact snippet that raised error in my particular case `this.on('data', (data) => {....}` ``` setTimeout(() => { const property = netModule.Socket.prototype.read; const isWrapped = property && property.__wrapped === true; if...
@watadarkstar is it ok in emulator? Which version of RN and Android do you use?
@juliepwchen @anooj1483 do you use image? If so, seems that I know the reason - image should be wrapped in View with borderRadius set.
@gauravasrivastava sure you can. Just look at https://github.com/sahlhoff/react-native-pulse/blob/d55a784bc61f2325cea09b6c34c1696158e20460/pulse.js#L169 and [follow official RN guide for Image component](https://facebook.github.io/react-native/docs/image.html)
Looks like https://github.com/webpack-contrib/worker-loader/issues/95#issuecomment-352856617 related @prateekbh please look at comment
Same here, checked with ["Source Map Visualization"](http://evanw.github.io/source-map-visualization/) and found that generated sourcemap is incorrect. Can't share the code under NDA, but configuration includes postcss usage: ``` { input: paths.input, plugins:...
@nujarum I used another great rollup plugin which has no problems at all. Will be great if @egoist can dig deeper and fix sourcemap issue later.
> This works: > > ``` > return j(file.source).find(j.Comment).forEach(path => path.prune()).toSource(); > ``` Sorry, but with flow parser it became invalid line like `export type type Notice = {}`
> You need to make sure that the Monaco Editor version is `0.31.0`, and the `languageWorker.ts` should be done with reference to this [Monaco doc integrate-esm.md#using-vite](https://github.com/microsoft/monaco-editor/blob/main/docs/integrate-esm.md#using-vite) It won't help, because...
> Can you provide the versions of the dependencies associated with this problem in your project? Includes vite, monaco-sql-languages and React Monaco Editor. Sure, here they are (changing monaco version...