Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#js_if: Cannot read property 'constructor' of undefined #74

Open
ThomasWaigeo opened this issue Jun 27, 2020 · 0 comments
Open

#js_if: Cannot read property 'constructor' of undefined #74

ThomasWaigeo opened this issue Jun 27, 2020 · 0 comments

Comments

@ThomasWaigeo
Copy link

Hi,

In parseJsVariable function, I think a condition is missing in :

(variable.constructor && variable.constructor === Object)

Indeed, if "variable" is null or undefined, this will give a JS error "Cannot read property 'constructor' of undefined". You just have to add a check on "variable" for fix that.

I encountered this problem in a each loop with an instruction similar to :

{{#js_if "@root.foo.bar != null"}} Is not null {{/js_if}}

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant