Hi all,
I am trying to achieve a different setting from development vs production and was reading on
this article. Only this does not work at the moment
My stack
Nextjs
Loader: 1.0.183
As soon as I create two different instances, the application breaks with the following message:
Error: We detected that your Plasmic configuration has changed. Please restart your dev server.
Is it something I am doing wrong or is it an issue on the latest version of the next loader?
I guess expectation should be that I can register both instances without issues.