Nicholas Boll
Nicholas Boll
## 🚀 Feature Proposal Design has requested the ability for FormFields to handle more than a single message and more than one type of message. ## Motivation There can be...
## 💬 Questions and Help So far, our form field components have been extending `` or `` which have the following signature (not `Field` exactly, but have this shape): ```tsx...
## 🚀 Documentation Proposal Design has identified 2 additional variants that solve common use-cases we've seen: ### Basic Modal I'd say this is what we have now. No change needed...
## 🐛 Bug Report The `useTheme` hook is used in 3 distinct ways: - Inside a functional component - Inside a `styled` function - Inside a class component All use-cases...
### What would you like? The Cypress GUI running against a remote development environment. Not using Xwindow forwarding or messing with complicated settings. Run the Cypress GUI pointing to a...
I've been playing around with ways of defining reusable helpers (blog post coming) and have been using the Cypress log API and passing `{ log: false }` to allow control...
## Summary Fixes: #2630 Runs the Style transform as part of Webpack so we can test the style transform both visually in Chromatic and in development. We'll also get any...
## 🐛 Bug Report The Popper offsets plugin doesn't support CSS variables. Integer pixel values are built into the core of Popper and the next floating UI iteration. It is...
## 🚀 Feature Proposal Add the style transformer to webpack so we can verify everything is working in development and in visual regression. ## Motivation There's not really a way...
## 🚀 Feature Proposal Generate CSS Kit from React Kit. ## Motivation Less maintenance supporting a CSS kit and guarantee the CSS kit and React kit are up-to-date. ## Example...