_nderscore

Results 18 comments of _nderscore

After adding `packageOptions.polyfillNode: true` to my snowpack config, I was able to get this working again by manually adding `react` to the `peerDependencies` inside the `package.json`s of both `react-cosmos` and...

I tried updating the example project (`example/`) which is being tested by cypress to the latest snowpack, but so far I'm stuck on a different bug than the one I...

> The thing I'm uncertain about is the need for `polyfillNode` as Cosmos shouldn't try to import Node modules on the browser. I'd like us to get to the bottom...

This limitation is imposed by the browser as part of [same-origin policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy). There's not really anything Mixpanel can do here.

@wschurman This all looks and sounds reasonable to me :+1: Thanks for taking a look into it! My main use case was being able to expose custom dev menu items...

I came up with another strategy to integrate Rive animations into a React Native/Expo project. At the cost of a little bit of extra storage space and computation time, animations...

@tslater I actually haven't been using it. The project I want to use Rive on doesn't have any animations (yet 😅) I also don't love that my workaround relies on...

@HayesGordon I'm not sure that I would consider this complete. The documented solution requires a full rebuild of your native app (or your dev client) in order to add or...

I think this is because `react` and `react-dom` v18.2.0 are direct dependencies of the `tamagui` package: https://github.com/tamagui/tamagui/blob/ae9377a26e4a2825681691b5817558765c13cea0/packages/tamagui/package.json#L71-L72 I think they should be peer dependencies instead? 🤔 --- I had to...

> Reproduction link giving me this... is it just me? Happening for me too. And I don't even see it in my codesandbox account anymore :thinking: The reproduction code looked...