Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): apply nonce to data styles before DOM insert (#5112)
* fix(runtime): apply nonce to data styles before DOM insert Reorders the code responsible for inserting the lazy build global styles so that the nonce value is applied prior to inserting into the DOM Fixes: #5102 STENCIL-1026: Stencil 4.7.2 introduces CSP issue * add note for order of operations
- Loading branch information