- haxe version - 4.2.4 - flixel version - 4.11.0 - flixel-ui version - 2.4.0 the title explains it. code snippet to reproduce the crash quickly: ```haxe var input = new FlxInputText(100, 100, 300, 15); input.wordWrap = true; add(input); input.text += "\n"; ``` I'm using Firefox and it crashes with `shader is null`:  you can also just add lots of letters/words instead of the `"\n"`