You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it("should transform the client action export when it's imported from another file and exported and keep the export around if more things are exported",()=>{
679
+
constresult=augmentDataFetchingFunctions(
680
+
`
681
+
import { withClientActionContextWrapper as _withClientActionContextWrapper } from "react-router-devtools/context";
682
+
import { clientAction as _clientAction } from "./client-action.js";
0 commit comments