incorrect highlight for empty string in sql mode - @uiw/react-codemirror

Hello, I am using codemirror to write a sql editor in react.
I used @uiw/react-codemirror and @codemirror/lang-sql.
It works very well in general.

Just if I put empty string by either " " or ’ ’ , the highlight is messed up.
See example:

image

Not sure if someone knows a solution to this.

Thanks!

That was a bug in the tokenizer for SQL. lang-sql 0.19.4 should fix it.