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 5d8cb27 commit b4c727eCopy full SHA for b4c727e
packages/field-plugin/src/createFieldPlugin/createFieldPlugin.ts
@@ -55,6 +55,9 @@ export const createFieldPlugin: CreateFieldPlugin = ({
55
const { uid, host } = params
56
57
// ToDo: In development we need to load localhost:3300
58
+ // const origin = 'http://localhost:7070'
59
+ // const origin = 'http://localhost:3300'
60
+
61
const origin =
62
typeof targetOrigin === 'string'
63
? targetOrigin
0 commit comments