Richard Butler
Richard Butler
@ebiggs this was the case originally, but I removed the JS from the repo as I was getting pull requests that only affected one or other of the CS and...
Apologies for the delay - looks like a useful set of changes. Will try to review over the weekend.
@duro Sorry about the delay, been far too busy to maintain this project recently. Did you find a way around this issue, or a fix? Sounds like an environmental thing...
@chearon Apologies for the delay on this one. It would introduce a breaking change, so would push onto 0.5, but if you want to add changes to the readme and...
I just ran into the same issue, but for an export from one of the other packages in my monorepo. ``` import { SketchPicker } from "react-color"; ^^^^^^^^^^^^ SyntaxError: The...
On further investigation with some colleagues who know KDB far better than I do, it seems these codes will likely change from version to version. It seems that this may...
I'm seeing the same issue, but simply importing the `getPayload` function into a server component, which causes that entire lime green block to get included in the client bundle. Repro...
@r1tsuu Legend. This works a charm, I owe you beer. @domenico-ruggiano I manually applied the same changes on Next 14.2.3 (not canary) using `yarn patch` (instructions [here](https://yarnpkg.com/features/patching)). I'm also using...
Getting this issue with [email protected]. I have a PagerView in a Stack.Screen, which may be causing the issue. This doesn't happen using the old arch. ``` "@react-navigation/native": "7.0.0-rc.21", "@react-navigation/native-stack": "7.0.0-rc.30",...
Just tried this with v6.5.0 and the issue persists.