庄稼

Results 9 issues of 庄稼

**Describe the bug** Can't install the plugin. **To Reproduce** Minimal code to reproduce the bug ```js npm install babel-plugin-transform-remove-console --save-dev ``` **Actual Output** If there is no Error thrown, ```js...

Firstly, thank you for building this! I've just begun my journey to learn RHF and I was not aware of this excellent helper! I'm trying to build an address autocomplete...

**Describe the bug** When a user pin a message, this fires off a message update event. Which the channel list preview has event listeners listening to last message update. So...

bug
status:confirmed
cluster:state-management

Hi, I've upgraded getstream from `[email protected]` to `[email protected]`, but now I'm getting all sorts of errors when I try to connect to the client. ``` Uncaught TypeError: axios.default.create is not...

**Motivation** The infinite scroll pagination uses computationally expensive scroll event listeners to paginate and load more items into the list. **Proposed solution** Replace the expensive scroll event listeners with intersection...

feature

**Describe the bug** I'm trying to upgrade my React 18 app using `@virgilsecurity/e3kit-browser": "3.0.5"` coming from v3.0.0 but now I've updated the package, I'm getting the following error when running...

**Describe the bug** TSC error when trying to compile for deployment using node v18.18.2. ```node_modules/@virgilsecurity/e3kit-node/dist/types/src/index.d.ts:2:29 - error TS7016: Could not find a declaration file for module 'virgil-crypto/dist/node.es.js'.``` Package dependencies ```...

**Describe the bug** Trying to migrate my project from webpack 5 to vite 5 using vite-plugin-wasm but getting `Could not resolve "a"` when in dev mode and `Rollup failed to...

Trying to use @virgilsecurity/e3kit-browser with vite using this wasm plugin. Not sure if the problem is with the library I'm using which is https://github.com/VirgilSecurity/virgil-e3kit-js/ or with how I've configured the...