Brandon

Results 11 issues of Brandon

Adding react-d3-speedometer to an application that makes extensive use of d3 via nivo results in importing the entire d3 package. This can be circumvented with redeclaring imports so they don't...

enhancement

A popular use-case for DnD is to drag Draggables from a static list to a Sortable Droppable as in a block-based page builder. Consider adding example to the Storybook to...

documentation

### What is the new or updated feature that you are suggesting? In regards to https://github.com/airjp73/remix-validated-form/issues/158, my implemented solution was to produce a 1:1 of the form with the form...

### Which packages are impacted? - [X] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [ ] `zod-form-data` ### What version of these packages are you using? -...

bug

### Describe the bug No results returned. ### How to reproduce Turn on advance filtering Filter by something ### Link to reproduction https://table.sadmn.com/?page=1&sort=createdAt.desc&per_page=10&operator=and&title=We.contains ### Additional information Note that the link...

### Describe the Bug `TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')` due to React 18.2 being compiled into the @react-email/tailwind. React 19 recently removed the access to `__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` which...

Type: Bug
Package: @react-email/tailwind

I initially was doing a PR to address https://github.com/kiliman/remix-flat-routes/issues/57 but ended up with a few more enhancements to address the direction and evolution of Remix. I'm happy to address any...

Thanks for creating this. I love this approach to v2 routing. I converted my application over to embrace it and unfortunately when I deployed on S3 my route files were...

**1. Read the [FAQs](#faqs) 👇** **2. Describe the bug** Elements won't animate off their `initial` props since [19.0.0-canary-7a2609eed-20240403](https://www.npmjs.com/package/react/v/19.0.0-canary-7a2609eed-20240403). [19.0.0-canary-48ec17b86-20240402](https://www.npmjs.com/package/react/v/19.0.0-canary-48ec17b86-20240402) does work. **3. IMPORTANT: Provide a CodeSandbox reproduction of the bug**...

bug

### Tremor Version 3.17.2 ### Link to minimal reproduction https://github.com/ZipBrandon/tremor-barchart-troubleshooting ### Steps to reproduce 1. clone and npm install 2. `npm run dev` to view charts are not rendering 3....

Status: In Progress