Closed jmorganmartin closed 7 years ago
Hi @jmorganmartin, thanks for your reporting and help! 👍
Yeah, it seems easy to fix. I will fix it when I have time (maybe, next weekend), however if you want help us, you could open a PR 😉
@xxxtonixxx I'm working on it right now. Ran into a separate issue trying to build.
The error is fairly self-explanatory. Using version 0.2.0-alpha.11.
Here is my code:
If
booking.description
isnull
, triggers the error:The workaround is to write a quick check to prevent passing a variable that might be
null
(an empty string,''
, is fine). I believe this issue is new to one of the recent updates.Triggered in ngx-inline-editor.es5.js (line 235):
If
value
isnull
,value.length
triggers this error.