-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
[vite] (client) Pre-transform error: Failed to resolve entry for package "@telegram-apps/telegram-ui". The package may have incorrect main/module/exports specified in its package.json.
Plugin: vite:import-analysis
File: /Users/mikha/Desktop/github/js/fish-app/hotel-matching/spa/src/App.tsx:6:45
5 | import BookedHotels from "./components/BookedHotels";
6 | import "./App.css";
7 | import { AppRoot, Cell, List, Section } from "@telegram-apps/telegram-ui";
| ^
8 | const cellsTexts = ["Chat Settings", "Data and Storage", "Devices"];
9 | export const App = () => /* @__PURE__ */ jsxDEV(AppRoot, { children: /* @__PURE__ */ jsxDEV(List, { children: /* @__PURE__ */ jsxDEV(Section, { header: "Header for the section", footer: "Footer for the section", children: cellsTexts.map( (x2)
ksusonic and amirrezasalimi
Metadata
Metadata
Assignees
Labels
No labels