eval function is being used in netteForms.js and Yarn complains about it being potentially unsafe. A comment in the code explains that it is to keep compatibility with Nette 2.0.x, for which, I believe, the support has ended.
Is it possible to get rid of this special case or to change it so that it doesn't require eval?