We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f610c2 commit ec81fecCopy full SHA for ec81fec
.changeset/brave-goats-serve.md renamed to .changeset/swift-seals-teach.md
plugin/src/utils/worker.ts
@@ -22,7 +22,7 @@ async function _getContext(configPath: string | undefined) {
22
export async function getContext(opts: Opts) {
23
if (process.env.NODE_ENV === 'test') {
24
configPath = opts.configPath
25
- const ctx = createContext({ importMap: './panda' })
+ const ctx = createContext({ importMap: './panda' }) as unknown as PandaContext
26
ctx.getFiles = () => ['App.tsx']
27
return ctx
28
} else {
0 commit comments