hotfix(medusa-js, medusa-react): Fix issue with JS client bundle (#3038)

This commit is contained in:
Kasper Fabricius Kristensen
2023-01-16 17:44:24 +01:00
committed by GitHub
parent 5c6931953a
commit cb25244007
12 changed files with 517 additions and 225 deletions
@@ -1,6 +1,6 @@
import Medusa from "@medusajs/medusa-js"
import React from "react"
import { QueryClientProvider, QueryClientProviderProps } from "react-query"
import Medusa from "@medusajs/medusa-js"
interface MedusaContextState {
client: Medusa