Grant Sander
Grant Sander
Okay, so here's what I'm thinking for an API: ```tsx const { useStyles } = createStyleBuilder({ // Define your breakpoints (and prefixes) when configuring your builder breakpoints: { sm: 300,...
Damn, just now seeing that [RNW doesn't support `Appearance.addChangeListener`](https://necolas.github.io/react-native-web/docs/appearance/), so this is going to fail for RNW 😢 I'm torn on this. I really like this change to the API,...
Hi @tuncaulubilge – thank you for putting this together! One concern with pinning _everything_ across all packages is that if an end-user is installing packages individually, and happens to install...
Hi @Hendricks27 – I'm trying to reproduce this, but am not getting this error. Would you share which version of Victory you're using?
@hsource we just merged two of your other PRs. Can you rebase with/merge in `main` and push up to this branch so we can see a better diff, and we'll...
@fritz-c nice, looks like Actions picked up your changeset. Now I just need to figure out why `cypress-run` won't run 🤔
@ryan-roemer any ideas as to why `cyrpress-run` job isn't triggered here? In that CI file we have: ```yml on: push: branches: - main pull_request: branches: - main ``` I'd expect...
Addressed via #1166, not yet published.
Ahh yep, should be good on this front. We should be able to close this.
I think this is worth investigating. Even if we can't support full customization of the text, we should at least be respecting `prefers-color-scheme` so that text is always visible.