Jason Maa
Jason Maa
That is correct. This change would make label order the definitive ordering.
That `DATABASE_URL` will only work with the postgres container provisioned in `docker-compose.yml`. If you're using Heroku Postgres, you should just be able to swap it out with the `DATABASE_URL` in...
I was able to reproduce the error [here](https://github.com/jasmaa/react-jss-example). It looks like the issue is from a conflict between `node_modules/react-jss/src/jss.js` and `node_modules/jss`. Jest tries to use `node_modules/react-jss/src/jss.js` first instead of `node_modules/jss`...
FWIW, I've been working on a file uploader implementation if anyone is interested: https://github.com/jasmaa/cloudscape-file-uploader
Looks like the index sorting order got removed in https://github.com/mermaid-js/mermaid/commit/9563b221327e4ac50f87d9e14626c974e4852a13 I'm not sure if intentional or regression though since I don't have context for changes after this one @Yokozuna59 help?