Hey there seems to be a dep on lucide-react icons in the code but lucide-react icons are not added as a dependency to the package.json
it would be great to remove any icon lib dependency because they are so large, but alternatively it would be great to add it to the package.json if it is required
Example:
packages/react/src/modules/guide/components/GuideToolbar/GuideToolbar.tsx
TSX
·
1
(1)
import { Stack } from "@telegraph/layout";
import { Tag } from "@telegraph/tag";
import { Text } from "@telegraph/typography";
import { Minimize2, Undo2, Wrench } from "lucide-react";
import { useState } from "react";
import "./styles.css";
Hey there seems to be a dep on lucide-react icons in the code but lucide-react icons are not added as a dependency to the package.json
it would be great to remove any icon lib dependency because they are so large, but alternatively it would be great to add it to the package.json if it is required
Example:
packages/react/src/modules/guide/components/GuideToolbar/GuideToolbar.tsx
TSX
·
1
(1)
import { Stack } from "@telegraph/layout";
import { Tag } from "@telegraph/tag";
import { Text } from "@telegraph/typography";
import { Minimize2, Undo2, Wrench } from "lucide-react";
import { useState } from "react";
import "./styles.css";