Closed jordanarldt closed 3 months ago
Prevent partial and block helpers from allowing names that are the same as native javascript object prototype methods.
partial
block
Roll back this PR
Unit tests, ensured that error is not thrown and object prototype is not accessed.
cc @bigcommerce/team-storefront
:tada: This PR is included in version 5.11.1 :tada:
The release is available on:
v5.11.1
Your semantic-release bot :package::rocket:
Jira: STRF-12281
What/Why?
Prevent
partial
andblock
helpers from allowing names that are the same as native javascript object prototype methods.Rollout/Rollback
Roll back this PR
Testing
Unit tests, ensured that error is not thrown and object prototype is not accessed.
cc @bigcommerce/team-storefront