Phil Gold
Phil Gold
[db.dump()](https://github.com/miragejs/miragejs/blob/d81a6b74dc341d5395ee948b5e935af004aa367e/lib/db.js#L57-L73) is implemented to return an object of all collections, containing all rows. - The comments and docs incorrectly state that this method `"Logs out the contents of the Db."`...
## Expected Behavior Our tests run against `src` but not our build pipeline, which uses `rollup`. This leaves uncertainty when we update dependencies in our build chain. ## Current Behavior...
Currently, we require converters to be defined to do anything. But as of React 16.x (if not earlier?), we can render custom/arbitrary tag names. This means that we can turn...