Svelte ListInput errorMessage strange characers

Hi,

I think I picked up an issue when setting an “errorMessage” value.

<ListInput
  label="Name"
  type="text"
  placeholder="Your name"
  textColor="red"
  errorMessageForce
  errorMessage="error"
></ListInput>

image

Notice the && ( characters.

I am currently on the latest version 5.5.5

This will be fixed in the upcoming update

Thank you. Much appreciated.