I am eager to upgrade to v7 but I have a number of custom backend datasource plugins I have put together that the frontend simply will not load for under v7. I am running locally in development mode so my unsigned plugins do appear to load up and the backend process gets fired up, however, when I attempt to add a custom datasource the config editor page simply says
An unexpected error happened
Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Is there a guide that exists to aid developers in upgrading their plugins to v7? Is the v7 upgrade process for the frontend of a custom plugin to build with the 7.X.X versions of the grafana npm packages?
Any pointers would be greatly appreciated.