1
2
export const MAXIMUM_VAL_SIZE = "???";
// We ran into a bug where the entirety of React DOM minified would not fit into a val as a string. IS this a max string size? Is it a max val size? Who knows.