Skip to content

Commit 512ecf1

Browse files
committed
Fix another bug
1 parent cb7860f commit 512ecf1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "^5.2.2"
3333
},
3434
"dependencies": {
35-
"@rbxts/highlighter": "^0.8.2-ts.0",
35+
"@rbxts/highlighter": "^0.8.2-ts.1",
3636
"@rbxts/inspect": "^1.0.1",
3737
"@rbxts/object-utils": "^1.0.4",
3838
"@rbxts/pretty-react-hooks": "^0.2.1",

src/app/actionState.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import Highlighter from "@rbxts/highlighter"
12
import inspect from "@rbxts/inspect"
23
import Roact, { useBinding, useEffect, useRef } from "@rbxts/roact"
3-
import Highlighter from "vendor/highlighter"
44

55
export function ActionState(props: { state: {} }) {
66
const label = useRef<TextLabel>()

0 commit comments

Comments
 (0)