When trying to inject the Modal Component from antd design to Gmail page with a chrome extension, I have this error which broke the attempt. <img width="529" alt="image" src="https://github.com/react-component/util/assets/25930830/109ad06f-0167-4eb5-9968-f2aa6a6e06d8"> <img width="399" alt="image" src="https://github.com/react-component/util/assets/25930830/685bf29e-f2f1-4827-bda4-922f086da921"> But if I edit the built output to wrap a try / catch around the line of code that create the problem then everything go smoothly ``` try { styleNode.innerHTML = css; } catch { } ``` I am confused, this is preventing me from making my chrome extension work on Gmail.