Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Nov 7, 2024
1 parent a2f4c94 commit 19c6ce2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/client/context/RDTContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { tryParseJson } from "../utils/sanitize.js"
import {
REACT_ROUTER_DEV_TOOLS_CHECK_DETACHED,
REACT_ROUTER_DEV_TOOLS_DETACHED,
REACT_ROUTER_DEV_TOOLS_REQUEST,
REACT_ROUTER_DEV_TOOLS_SETTINGS,
REACT_ROUTER_DEV_TOOLS_STATE,
getStorageItem,
Expand Down
1 change: 0 additions & 1 deletion src/client/utils/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const getBooleanFromSession = (key: string) => getSessionItem(key) === "t

export const REACT_ROUTER_DEV_TOOLS = "react_router_devtools"
export const REACT_ROUTER_DEV_TOOLS_STATE = "react_router_devtools_state"
export const REACT_ROUTER_DEV_TOOLS_REQUEST = "react_router_devtools_request"
export const REACT_ROUTER_DEV_TOOLS_SETTINGS = "react_router_devtools_settings"
export const REACT_ROUTER_DEV_TOOLS_DETACHED = "react_router_devtools_detached"
export const REACT_ROUTER_DEV_TOOLS_DETACHED_OWNER = "react_router_devtools_detached_owner"
Expand Down
1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export default defineConfig({
clean: false,
dts: true,
format: ["esm"],
external: ["@babel/generator", "@jridgewell/*"],
})

0 comments on commit 19c6ce2

Please sign in to comment.