Skip to content

Commit 2b700fc

Browse files
fix: remove old roact dependency (#14)
1 parent 68831b5 commit 2b700fc

File tree

3 files changed

+2
-86
lines changed

3 files changed

+2
-86
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@rbxts/pretty-react-hooks": "^0.4.2",
3535
"@rbxts/promise-child": "^1.2.1",
3636
"@rbxts/rbx-debug": "^1.0.1",
37-
"@rbxts/rbx-react-error-boundary": "^1.0.0",
37+
3838
"@rbxts/react": "^0.3.6",
3939
"@rbxts/react-reflex": "^0.3.4",
4040
"@rbxts/react-roblox": "^0.3.6",

pnpm-lock.yaml

-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/ui/components/primitive/padding-component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { PropsWithChildren } from "@rbxts/react";
12
import React, { forwardRef } from "@rbxts/react";
2-
import type { PropsWithChildren } from "@rbxts/roact";
33

44
interface PaddingProps extends PropsWithChildren {
55
readonly Padding: number;

0 commit comments

Comments
 (0)