After upgrading from PHP 7 -> PHP 8 when loading a saved stated with columns that uses remoteOptions, The checkboxes are not populated correctly but the filter is applied correctly. Any idea what could be causing this?
Update:
Noticed that quotes are missing from numeric values in PHP 8 version.
Response PHP 7:
{"data":[{"c":"1"}}
Response PHP 8:
{"data":[{"c":1}}
State has "1" (with quotes).