You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime I run my unit tests since upgrading to Babel 7, I see a long list of console logs with this message in them...
logger.log('error', 'Handlebars: Access has been denied to resolve the property "' + propertyName + '" because it is not an "own property" of its parent.\n' + 'You can add a runtime option to disable the check or this warning:\n' + 'See http://localhost:8080/api-reference/runtime-options.html#options-to-control-prototype-access for details');
How do I make this go away?
What is most disturbing is you disabled a lint rule in your release to make it happen...
*Note: It only happens when running coverage on untested files...
jblossomweb, ryansully, abhishekashyap and adambiggs