Marc Schipperheyn
Marc Schipperheyn
### Issue description Querybuilder accepts erronous sequence of calls ### Expected Behavior I've had to deal with quite a few bugs caused by an accidental ``` queryBuilder .select('myColumn') .select('myColumn') ```...
**Describe the bug** I store an address with a US countryCode. It is stored in the database correctly. However, when I retrieve the address with the country through graphql, the...
### 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? -...
### 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? -...
Hi, we're starting to implement redux-persist. We just released this library Normalizr-immutable that basically converts a javascript object to a normalized structure using Records, Lists and Maps and converts it...
get Uncaught (in promise) Error: The style prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX. This DOM...
It's very common to hide certain columns for certain screens. That's why I would suggest adding col-xs-hidden col-sm-hidden col-md-hidden col-lg-hidden or perhaps col-xs-0 col-sm-0 col-md-0 col-lg-0 It's a small addition,...
Tested against 11.1.4 I have a monorepo with a server api where some of the files are dynamically sync loaded through require based on variables. ``` const fileArray = parseDirs(path.resolve('../server/src/modules'));...
## Issue Creation Checklist - [x ] I understand that my issue will be automatically closed if I don't fill in the requested information - [ x] I have read...
It's not possible to customize Tab.js with styled-components (https://github.com/styled-components/styled-components) because of this line in Tab.js: if (child.type !== _Tab2.default) { return child; } if you customize the styling with styled-components,...