I am using Hermes js with flipper inorder to simplify debugging process. My React native application runs through expo. I have a use case where I am injecting jquery script inside the webview and after integrating hermes I get the following error whenever I try injecting jquery script: "error evaluating injected JavaScript".it seems that hermes is not allowing the injection of jquery and large scripts that have Regex. any solution for this? or if there is an alternative tool that will allow me to debug injected javascript code into webview?