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 5aa5bf1 commit 39d7030Copy full SHA for 39d7030
packages/field-plugin/src/createFieldPlugin/createPluginActions/createPluginActions.ts
@@ -74,7 +74,8 @@ export const createPluginActions: CreatePluginActions = ({
74
// TODO remove side-effect, making functions in this file pure.
75
// perhaps only show this message in development mode?
76
console.debug(
77
- `Plugin received a message from container of an unknown action type "${data.action
+ `Plugin received a message from container of an unknown action type "${
78
+ data.action
79
}". You may need to upgrade the version of the @storyblok/field-plugin library. Full message: ${JSON.stringify(
80
data,
81
)}`,
0 commit comments