Does anyone know how I can use the 4.5.3 version of Handlebars so that it does not prohibit me from accessing the properties | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Does anyone know how I can use the 4.5.3 version of Handlebars so that it does not prohibit me from accessing the properties

18th Dec 2020, 1:35 AM
Dalia Matus
Dalia Matus - avatar
3 Answers
+ 2
Fix that semversion as transitive dependency, for example... in your package.json
31st Dec 2020, 12:09 AM
David Ordás
David Ordás - avatar
+ 4
Ready, is that I was not calling it in my configuration
31st Dec 2020, 10:21 AM
Dalia Matus
Dalia Matus - avatar
+ 1
I already did that, I went back to version 4.5.3 as indicated by the Handlebars documentation but on my console it keeps saying that it is not a property Said this access has been denied to resolve the property because it is not an "own property" of its parent And in my console is referred to solve it with what comes in the link that I attach Which goes back to going back to the previous version but is still not resolved. Anyway thank you very much for taking the time to resolve my question. https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access
31st Dec 2020, 5:41 AM
Dalia Matus
Dalia Matus - avatar