|
I'm tring to create a maskbook plugin. But I ran into some problems. After executing Following the documentation guidelines in the Some other information that may be useful:
|
Replies: 4 comments 2 replies
|
https://github.com/DimensionDev/Maskbook/blob/develop/docs/plugin-development-guide.md |
|
Did you registered your new plugin? It won't be automatically loaded. A "import '....'" to your index.ts is necessary. |
|
If you have the same problem as me, go to And |
If you have the same problem as me, go to
packages\maskbook\src\plugin-infra\register.tsand import your plugin.And