Dave Bascom
Dave Bascom
@trotzig Thanks for the examples! Switching to the static bundle was pretty straightforward, but now I have a different error: `Error: Request to GET https://happo.io/api/snap-requests/4722240 failed: 500 - An error...
@trotzig I'm only attempting to run this locally right now. Haha - I just spent 2 minutes staring at `iframe.hmtl` before I figured out what the issue was there. 🤦♂️...
@trotzig Thanks for all of the help on this! 😁 I updated my rollup config like you described, and now I can see `bundle.js` in the downloaded assets. However, I'm...
@trotzig I'm just seeing a blank screen when I run locally and visit `http://localhost:8080/iframe.html` - is this expected? I feel like I may be misunderstanding something fundamental here. I see...
You need a polyfill on IE11: `import { ResizeObserver } from "@juggle/resize-observer";`
Is there any reason this syntax won't work for you? ```js export { css as csa } from '@linaria/core'; ```
@ATZTests the way to handle this is to mask the input with a customInput. I found `comigo-tech-react-input-mask` to be the best solution for my use case: ```jsx import InputMask from...