Ben McMahen
Ben McMahen
Huh, that's odd. I don't think this is related. It's indicating that the ref isn't being set for some reason and I'm not sure why that'd be the case. The...
Hey @pashazz! For starters, I'd probably recommend not doing any grapqhl fetching within the `toasted-notes` callback itself. I'd fetch any relevant information within the component that is making the call...
Yeah, I don't think the `readFragment` performs updates when your cache actually changes. The `subscribe` function should be called when your cache changes, I think. So you could update component...
hey all, I don't really have time to work on this currently. Happy to accept a PR 👍
That makes sense to me. I imagine you'd want something like `ToastProvider` which can be placed somewhere in the react tree. If toast context is provided, it'd render using the...
Happy to accept a PR for react-transition-group support, and agree that CSS animations would be preferable for an independent library. I built this for use within a project which included...
Good catch. This should be easy to fix. I probably won't have time to look at it until next week, though.
This is related to some weirdness with breaking changes introduced in `react-spring`. I'm just pushed a new version. Can you try that? The weird thing is that this error doesn't...
i have learned my lesson not to use betas 😭 I think I should just downgrade to react-spring v8 and require its installation as a peer dependency, like i'm doing...
This is a great post -- thanks for creating it. I'm actually surprised that changing the color mode actually causes the component to remount, but it makes sense given your...