Adrian
Adrian
Hi It's still happening, here's the example; Slightly modified file `test/cases/juice-content/pseudo-selector-preserve.html`: ``` a:hover { color: red; } a:active { color: red; } a:focus { color: red; } a:visited { color:...
`Account` seems to be distinguishable enough and independent from actual user purpose (Client, Customer etc)
A temporary solution to this problem before it gets fixed is to use transaction to remove all related entries and add them back: ```js return this.dataSource.transaction(async (tx) => { const...