You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on a Remix project, I added simple crypto through pnpm then on top of my file I just added
import SimpleCrypto from "simple-crypto-js";
const secretKey = "some-unique-key";
const crypto = new SimpleCrypto(secretKey);
But this doesn't work properly with Remix build
info rebuilding... (~ app/routes/_tools.qr-code-time-tracking.tsx)
info rebuilt (496ms)
TypeError: SimpleCrypto is not a constructor
at file:///...website/app/routes/_tools.qr-code-time-tracking.tsx:12:16
at ModuleJob.run (node:internal/modules/esm/module_job:194:25)
Do you know what could be going on right now?
The text was updated successfully, but these errors were encountered:
Loschcode
changed the title
Unable to instantiate simple crypto with Remix
Unable make it work with Remix
Mar 21, 2024
I'm on a Remix project, I added simple crypto through
pnpm
then on top of my file I just addedBut this doesn't work properly with Remix build
Do you know what could be going on right now?
The text was updated successfully, but these errors were encountered: