minor changes + package updates
This commit is contained in:
@ -35,9 +35,11 @@ import { ImperativePanelHandle } from "react-resizable-panels"
|
||||
export default function CodeEditor({
|
||||
userData,
|
||||
sandboxData,
|
||||
reactDefinitionFile,
|
||||
}: {
|
||||
userData: User
|
||||
sandboxData: Sandbox
|
||||
reactDefinitionFile: string
|
||||
}) {
|
||||
const socket = io(
|
||||
`http://localhost:${process.env.NEXT_PUBLIC_SERVER_PORT}?userId=${userData.id}&sandboxId=${sandboxData.id}`,
|
||||
|
@ -83,6 +83,7 @@ export default function ShareSandboxModal({
|
||||
<div className="flex space-x-4 w-full">
|
||||
<Form {...form}>
|
||||
<form
|
||||
autoComplete="off"
|
||||
onSubmit={form.handleSubmit(onSubmit)}
|
||||
className="flex w-full"
|
||||
>
|
||||
|
Reference in New Issue
Block a user