Ahmad Reza

Results 16 comments of Ahmad Reza

> The supported Webpack versions are currently [`^4.40.0 || ^5.0.0`](https://github.com/privatenumber/esbuild-loader/blob/develop/package.json#L43). > > I don't plan on supporting it but I'm open to accepting PRs if support can be added un-intrusively....

Hello thank you for contributing I see that you're upgrading some deps, and some of the upgrades are major upgrade, have you tested it on your local machine?

related: https://github.com/storefront-foundation/react-storefront/issues/141

I think the issue is in this line https://github.com/storefront-foundation/react-storefront/blob/489f632aa588b8286e1c621771c5f11e91b07d7f/src/mock-connector/subcategory.js#L12, the filters on param probably is not null at all but it's not a valid json

hey guys, checkout https://allcontributors.org/

@GrosSacASac CMIIW, but isn't the reproduce should be like this? [link](https://ramdajs.com/repl/?v=0.26.1#?%28function%20%28%29%20%7B%0Aconst%20user1%20%3D%20%7B%7D%3B%0A%0Aconst%20untrustedInput%20%3D%20%60%7B%0A%20%20%22__proto__%22%3A%20%7B%22isAdmin%22%3A%20true%7D%0A%7D%60%3B%0A%0Alet%20parsedInput%3B%0Atry%20%7B%0A%20%20%20parsedInput%20%3D%20JSON.parse%28untrustedInput%29%3B%0A%7D%20catch%20%28parseError%29%20%7B%0A%20%20%20return%3B%0A%7D%0A%0A%0Aconst%20copy%20%3D%20R.clone%28parsedInput%29%3B%0A%2F%2Fconst%20copy%20%3D%20R.mergeAll%28%5B%7B%7D%2C%20parsedInput%5D%29%3B%0A%20%20%20%20%0A%0Aconsole.log%28%27user%201%20is%20admin%27%2C%20copy.isAdmin%29%20%2F%2F%20true%0A%0A%2F%2F%20recovery%20%28only%20to%20be%20able%20to%20run%20this%20multiple%20times%29%0Adelete%20Object.prototype.isAdmin%3B%20%20%20%0A%7D%28%29%29%3B%0A) it's on the copied object not on the other object

I added the documentation here #183 , you can use @searchchange event you can take a look at usage example here btw https://github.com/moreta/vue-search-select/blob/main/docs/src/views/ModelAjax.vue

>Can elaborate more how you use it? Thanks When you open chrome, there is some menu in top bar, and that includes Window --> Name Window like he said