"payload": "^1.6.32"
"nodemon": "^2.0.22",
I use documentDB. HMR doesn't work when I make changes to a collection schema.
If I switch to a local mongoDB instance, my updates are reflected (on browser refresh). If I switch back to documentDB, they're undone.
I can assume this isn't related to a cache, or if it is, its stored in the database?
To get around the issue with documentDB, I need to run yarn build. This will reflect the most recent payload changes.
Anyone have any suggestions?