Joshua Acheson
Joshua Acheson
Hi folks. This is many replies , and sorry for being slow on my end to reply. I'll do my best to respond to everything. Something useful to say to...
@fazulk yep, here's a snippet that would belong in a `vitest.config.js` or whatever file one is using to configure `vitest`. ```javascript export default defineConfig({ ...otherPartsOfConfig, resolve: { alias: { /**...
@mix3d for what it's worth I'm running into the exact same problem(s) that you are and am invested in some solution here. Maybe worth saying - I followed your link...
I did a bit more research into this and discovered that the `chakra` factory (to which `Slide` is passed) accepts an optional second argument `options` which takes a `shouldForwardProp` value....
The reason I'm using `` in this way is specifically because I want to read `fieldValue` at this point in the tree. Perhaps the better way to handle my suggestion...
Worth mentioning, I guess, that I'm very happy to do all the work for whatever's decided here. Just interested in feedback on the ideas.
Hope it's okay for me to wade in - it seems like there are other spots in the same file doing a null check on `tags` even though the types...
Here's `eventData`. I've scrubbed some fields. Perhaps it's also relevant (at least it stood out to me) that it appears this `eventData` object came from a call to `/api/0/`. It...
Hey y'all. I noticed that this is still undocumented. I'm happy (if not eager) to contribute but was curious what the state of this effort is currently. Whether y'all might...
@DarkPurple141 would love hints as to what you're doing once the storybook is open in a headless browser. Do you have it interacting with the storybook UI to run tests,...