Matan Givoni

Results 5 comments of Matan Givoni

We have the same problem. We are restricted to use a private network in our company so we use `local-npm` as an offline npm registry like so: * installed `v2.2.1...

Any update? I am facing the same issue. I want to add tags using cloudformation to a resource of type `AWS::ElasticLoadBalancingV2::ListenerRule` but it seems there's no support for this. This...

Hi! Thanks for using the library :) I have two suggestions: 1. You can create a new instance of `WebRtcEndpointWrapper` with null `sdpOffer` and set the "private" member - `_sdpOffer`...

Ok, so I tried adding `forceSwcTransforms` like this: ```js /** @type {import('next').NextConfig} */ const nextConfig = { webpack(config, { dev }) { config.mode = 'development'; config.devtool = 'source-map'; // nextjs...

So I've set `forceSwcTransforms: true` in the nextjs dashboard project and this is what I get on a client side component: ![image](https://github.com/zthxxx/react-dev-inspector/assets/11993599/64a83154-3eb3-4117-8248-41d98de4e262) There are very few client side component in...