Drew Loomer

Results 13 comments of Drew Loomer

@ldikmans how were you able to accomplish this in the body? Using `HTTP.setHeader('*', 'User-Agent', `${navigator.userAgent} ${ua}`);` doesn't seem to work.

@aleclarson this is a better (and actually working!) implementation of the PR I opened and quickly closed earlier. The changes to `demo` aren't pretty, but I couldn't think of a...

@schummar this is great! I tried running it locally and get a `Multiple entry points are not supported when output formats include "umd" or "iife".` error. Any thoughts on how...

@mannieschumpert I'm seeing this too. Any success in getting it to work?

@sand4art that seems to be passing callback functions, but what this issue is describing is JSX via a callback (render prop).

@aelbore I know you haven't touched this in a few years, but allowing `tsConfigRaw` to be passed would allow this to work with decorators (and probably other stuff?).

Here is my current workaround for this: ```ts import { vitePlugin as remix, cloudflareDevProxyVitePlugin as remixCloudflareDevProxy, } from '@remix-run/dev'; import { rename, mkdir } from 'node:fs/promises'; import { join }...

This workaround seems to be broken with the release of 13.4. Has anyone else had luck upgrading to that release?

Does the latest update to the plugin (https://github.com/kmerc/sketch-import-symbols/pull/10) solve your issue?