Sam Potts

Results 108 comments of Sam Potts

> @sampotts okay. One last bisection test: can you please try v45.0.1 and -e 13.1.7 ? That worked ok. App launched no problem.

This seems to be resolved for me on the latest version of nativefier.

All good 👍 I'd love to help out but wouldn't know where to start with it. Goober looks great, being so small. I can work around these limitations for now...

One more thing, I noticed I get a TypeScript warning/error when using `styled`. Any ideas? ![image](https://user-images.githubusercontent.com/719092/101300954-6de0f100-388b-11eb-95bf-f0941ddaba7f.png) I have a `twin.d.ts` containing this: ```js import 'twin.macro'; import { css as cssImport,...

I did try that but it throws: > Property 'div' does not exist on type 'StyledFunction'.ts(2339) The `styled('div')` syntax works, it just throws a TypeScript error so it probably requires...

I'll have a tinker and see what I can come up with.

Super old issue but I got around this in my use case by storing the pid in state, which may/may not be useful to others: ```jsx const router = useRouter();...

Great idea. I'll look at this as soon as I can.

Hey Joe, I'd probably look at the two as one ticket item. Hey Tom, very good points. My original thoughts were to use the preload attribute on the element to...

That would be good to see @servermeta !