Yisacc - Full Stack Dev
Yisacc - Full Stack Dev
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
redirect and renderStream in the updated version
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
do you know if we have
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
i see great
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
Thank You we are planning to migrate the resource you provided is very helpful
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
and the above is the import inside the axelar file
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
import type { SendTokenParams } from "@axelar-network/axelarjs-sdk";
import { AxelarAssetTransfer, AxelarQueryAPI, Environment } from "@axelar-network/axelarjs-sdk";
import { ethers, Wallet } from "ethers";
import { type Accessor, createResource } from "solid-js";
import { isServer } from "solid-js/web";
import type { ContractOptions } from "~/contracts/types";
import { useContractOptions } from "~/providers/contract-options-provider";
import type { OnboardActions } from "~/providers/onboard-provider";
import { useWeb3Onboard } from "~/providers/onboard-provider/context";
import { createResourceWrapper, type ResourceCache, type ResourceWrapper } from "~/util/resource";
import type { SendTokenParams } from "@axelar-network/axelarjs-sdk";
import { AxelarAssetTransfer, AxelarQueryAPI, Environment } from "@axelar-network/axelarjs-sdk";
import { ethers, Wallet } from "ethers";
import { type Accessor, createResource } from "solid-js";
import { isServer } from "solid-js/web";
import type { ContractOptions } from "~/contracts/types";
import { useContractOptions } from "~/providers/contract-options-provider";
import type { OnboardActions } from "~/providers/onboard-provider";
import { useWeb3Onboard } from "~/providers/onboard-provider/context";
import { createResourceWrapper, type ResourceCache, type ResourceWrapper } from "~/util/resource";
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
here is the test
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
import { Environment } from "@axelar-network/axelarjs-sdk";
import { beforeEach, describe, expect, it } from "vitest";

import Axelar from "./axelar";

describe("Axelar", () => {
let axelar: Axelar;

beforeEach(() => {
axelar = new Axelar();
});

it("should initialize with the correct environment", () => {
expect(axelar.getAxelarQuery().environment).toEqual(
process.env.NODE_ENV === "production" ? Environment.MAINNET : Environment.TESTNET,
);
});
});
import { Environment } from "@axelar-network/axelarjs-sdk";
import { beforeEach, describe, expect, it } from "vitest";

import Axelar from "./axelar";

describe("Axelar", () => {
let axelar: Axelar;

beforeEach(() => {
axelar = new Axelar();
});

it("should initialize with the correct environment", () => {
expect(axelar.getAxelarQuery().environment).toEqual(
process.env.NODE_ENV === "production" ? Environment.MAINNET : Environment.TESTNET,
);
});
});
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
yeah but am working on a prod app it will be difficult for me to migrate it just to add a test for one module
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
I have seen the solid start beta v2 documentation
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
oh okay does it have a documentation on what's been changed
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
yeah it is
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
oops I see
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
No description
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
I already tried that but i faced this error
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
No description
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
@bigmistqke i have posted the list of the packages I am using please check it
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
yeah planning to migrate thank you
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
"dependencies": {
"@modular-forms/solid": "^0.19.1",
"@solid-primitives/analytics": "^0.1.5",
"@solid-primitives/date": "^2.0.19",
"@solid-primitives/script-loader": "^2.0.2",
"@solid-primitives/storage": "^2.1.1",
"@tanstack/solid-table": "^8.9.3",
"@unocss/reset": "^0.53.4",
"@walletconnect/modal": "^2.6.2",
"@web3-onboard/injected-wallets": "^2.10.5",
"alchemy-sdk": "^3.1.0",
"chart.js": "^4.3.3",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.0.0",
"cva": "npm:class-variance-authority@^0.6.1",
"date-fns": "^2.30.0",
"eth-chains": "^2.0.0",
"ethers": "^6.7.1",
"flat-cache": "^4.0.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.4",
"solid-chartjs": "^1.3.8",
"solid-icons": "^1.0.11",
"solid-js": "^1.8.5",
"solid-start": "^0.3.10",
"solid-toast": "^0.5.0",
"swiper": "^10.3.1",
"tailwind-merge": "^1.13.2",
"undici": "^5.22.1",
"vite-plugin-solid": "^2.7.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.4",
"@faker-js/faker": "^8.0.2",
"@iconify-json/mdi": "^1.1.52",
"@playwright/test": "^1.37.1",
"@solidjs/testing-library": "^0.8.3",
"@types/flat-cache": "^2.0.2",
"@types/node": "^20.2.5",
"@typescript-eslint/parser": "^5.59.8",
"@vitest/ui": "^0.32.2",
"eslint": "^8.41.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-unicorn": "^47.0.0",
"jsdom": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-start-node": "^0.3.10",
"typescript": "^5.0.4",
"unocss": "^0.53.4",
"vite": "^4.4.9",
"vite-plugin-solid-svg": "^0.6.4",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.31.3"
},
"pnpm": {},
"resolutions": {
"vite-plugin-inspect": "0.7.38"
}
"dependencies": {
"@modular-forms/solid": "^0.19.1",
"@solid-primitives/analytics": "^0.1.5",
"@solid-primitives/date": "^2.0.19",
"@solid-primitives/script-loader": "^2.0.2",
"@solid-primitives/storage": "^2.1.1",
"@tanstack/solid-table": "^8.9.3",
"@unocss/reset": "^0.53.4",
"@walletconnect/modal": "^2.6.2",
"@web3-onboard/injected-wallets": "^2.10.5",
"alchemy-sdk": "^3.1.0",
"chart.js": "^4.3.3",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.0.0",
"cva": "npm:class-variance-authority@^0.6.1",
"date-fns": "^2.30.0",
"eth-chains": "^2.0.0",
"ethers": "^6.7.1",
"flat-cache": "^4.0.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.4",
"solid-chartjs": "^1.3.8",
"solid-icons": "^1.0.11",
"solid-js": "^1.8.5",
"solid-start": "^0.3.10",
"solid-toast": "^0.5.0",
"swiper": "^10.3.1",
"tailwind-merge": "^1.13.2",
"undici": "^5.22.1",
"vite-plugin-solid": "^2.7.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.4",
"@faker-js/faker": "^8.0.2",
"@iconify-json/mdi": "^1.1.52",
"@playwright/test": "^1.37.1",
"@solidjs/testing-library": "^0.8.3",
"@types/flat-cache": "^2.0.2",
"@types/node": "^20.2.5",
"@typescript-eslint/parser": "^5.59.8",
"@vitest/ui": "^0.32.2",
"eslint": "^8.41.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-unicorn": "^47.0.0",
"jsdom": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-start-node": "^0.3.10",
"typescript": "^5.0.4",
"unocss": "^0.53.4",
"vite": "^4.4.9",
"vite-plugin-solid-svg": "^0.6.4",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.31.3"
},
"pnpm": {},
"resolutions": {
"vite-plugin-inspect": "0.7.38"
}
39 replies
SSolidJS
Created by Yisacc - Full Stack Dev on 3/18/2024 in #support
Cannot find module
"solid-start": "^0.3.10",
39 replies