chapati

Results 20 comments of chapati

Found a workaround. In case anyone else runs into this: ```js import mockery from 'mockery' import * as rn from 'react-native' mockery.registerMock('react-native', { ...rn, NativeModules: { MyBridge: { nativeCall: ()...

@RealOrangeOne not sure i understand. in this case i'm mocking the actual `react-native` npm package so it does work like it's in the snippet

Yeah, the babel-related stuff should be pretty much interchangeable elsewhere. The eslint/prettier stuff: up to you. Sent from my iPhone > On Feb 19, 2018, at 18:58, James Gillmore wrote:...

this PR fixes the autoprefixer-loader warning https://github.com/erikras/react-redux-universal-hot-example/pull/939

unfortunately still happening for me as well. language server crashes for almost any action AFAICT ### VS Code and Env Version Infos ``` Version: 1.86.1 Commit: 31c37ee8f63491495ac49e43b8544550fbae4533 Date: 2024-02-07T09:08:57.920Z (6...

yeah. 1.0.1 just didn't throw any errors. i don't really know why they need this strange data-uri link-tag. maybe some javascript pastes some styles in it to hide certain ads...

i'm seeing the same result, using `makeStyles()`, maybe that's the issue?

thanks man, just FYI if anyone wants to use it: this is the code i came up with (could certainly be more DRY, pls help if you know how): ```...

created a quick PR that should fix this: https://github.com/rhlsthrm/hardhat-typechain/pull/10

Meaning preserving the buffer and restore a fresh terminal on relaunch. That'd be very powerful and basically could replace tmux for me.