Rohit Kaushal

Results 7 comments of Rohit Kaushal

This is my `vite.config.js` for NOT WORKING scenario. - build works fine. -- wallet connect popup shows up. - same error in dev server. `import_libsodium_wrappers.crypto_generichash is not a function` --...

@souljorje I tried removing `apply: "build"` still same. also making it `apply: "serve"` has no effect for me. build works fine in this case also, and dev has same error....

@souljorje `vite.config.js` ```ts import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import svgrPlugin from 'vite-plugin-svgr' import path from 'path' import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill' import replace from...

@souljorje do you know what is wrong with the package, can I manually fix it by changing the code in the node module itself using `patch-package`? I don't wanna migrate...

If someone is getting error - ``` Cannot read properties of undefined (reading 'call') ... ``` while connecting to beacon wallet after building the app. add dependency `events` ``` pnpm...

This is a known issue but currently there is no direct way to fix this because on the official results portal there is no information about branch of student. so...

Need an option to Delete a specific (or all) saved Scroll(s) in the Options page itself, instead of opening that page and then deleting by popup menu..