"Will-change memory consumption is too high" warning on Firefox
-
Has anyone else run into this warning message in the console on Firefox?
Will-change memory consumption is too high. Budget limit is the document surface area multiplied by 3 (1093664 px). Occurrences of will-change over the budget will be ignored. app
I am playing around with datatables in 1.0.0-beta.20. I only have about 100 rows of data and started to get this message after adding the multiple selection code from the example here: https://v1.quasar-framework.org/vue-components/table
After reading about the error in general, I can’t tell if this is my code, a Quasar bug/bad optimization or Firefox complaining needlessly. Has anyone run across this issue?
EDIT: Doing some testing revealed this is happening specifically when I style a span within a column’s cells using “white-space: pre;” The warning goes away if I change my scoped CSS to “white-space: normal”.