D A

Results 12 issues of D A

I see two cache setups (one [here](https://github.com/pnpm/action-setup#readme) and the other on [setup-node](https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data)) and I'm unsure which one is the latest or if either made a difference.

Warnings popping up in React's StrictMode Sample - https://codesandbox.io/s/react-sortable-hoc-test-fcmm1 Warning: Legacy context API has been detected within a strict-mode tree. Warning: findDOMNode is deprecated in StrictMode. Are there any plans...

**What would you like to be added**: Replace your error state management with something like [zustand](https://github.com/react-spring/zustand). **Why is this needed**: Whenever `setErrors` is called, it causes the entire form to...

type: feature request
type: unform

Hi, I noticed your library is even bigger than tailwindcss by a large margin due to lodash. https://bundlephobia.com/[email protected] https://bundlephobia.com/result?p=@tailwindcss/[email protected] Does that increase our app's file size or does tailwindcss extract...

If I make a mistake like not putting a newline after each line of code or a space before the start of comment, it gives me a vague error "Module...

I was wondering why react-router-dom was used. Is it difficult to use @reach/router with material-kit?

Would be great if there was an `omit` or `pick` option for the Object type. Something like ``` const t1 = s.shape({ id: s.string(), text: s.string(), text2: s.string() }) const...

Added features as requested in #26 . Also fixed partial type output.

## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-XXXX Refer to ticket #1575 ## Description **What changed?** Nunjucks dependency is missing from formio's package.json mongo url using localhost may fail with current versions...

## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [ ] Local deployment - Version: - Formio.js version: 4.14.8 When I load...

bug