Babylon GUI break Lines error

I seem to be getting an error on on of my babylon gui text boxes is getting an error on break lines…

Now i must have a null value in ne of my text boxes… but the GUI should NOT THROW error if we have not set text box to a value.

Here is a screen shot of the error i get

I think the default text is an empty string, so it won’t crash on split: make sure you didn’t set the text to null or undefined somewhere in your code.