After updating to 9.4.0 (and 9.4.1), I see several warnings with this message:
Autoplacement does not work without grid-template-rows property
I have grid enabled but autoplacement disabled, my settings look as follows: { grid: true }.
I noticed this warning was implemented in #1151, but after reading the discussion there, I can't see the reasoning of displaying them when autoplacement is disabled.
Yeah those warnings are not meant to be getting output when autoplacement is disabled. 馃槙
Fixed a8cc4e3
Released in 9.4.2
Thank you, that was fast!
I didn't see any tests written in that commit. Shouldn't there be some tests to make sure that a warning is produced when autoplacement is enabled but not produced when it is disabled?
@Dan503 yeap, please send PR with tests.
Most helpful comment
Fixed a8cc4e3