How to use Autosave in React (error) #15845
Labels
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
type:bug
This issue reports a buggy (incorrect) behavior.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
working
What is the expected result of the above steps?
❌ Actual result
Type 'typeof Autosave' is not assignable to type 'string | PluginConstructor'.
Type 'typeof Autosave' is not assignable to type 'PluginClassConstructor & PluginStaticMembers'.
Type 'typeof Autosave' is not assignable to type 'PluginClassConstructor'.
Types of construct signatures are incompatible.
Type 'new (editor: Editor) => Autosave' is not assignable to type 'new (editor: Editor) => PluginInterface'.
Types of parameters 'editor' and 'editor' are incompatible.
What is the actual result of the above steps?
❓ Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: