Fabio Zendhi Nagao

Results 21 comments of Fabio Zendhi Nagao

I can confirm it works by using `next-connect`. helmet is connect style middleware.

Maybe adding a note in the README suggesting `json2.js` from `douglascrockford/JSON-js` is enough, since it keep getting security updates and is ES3 compatible. I see no reason to put more...

Please, no... responsive web design is a big lie... it's better to deliver the "real" or "compatible" WP/W8 experience than trying to achieve the "all-in-one" solution. Most of the time,...

In my case, I don't have neither a directory nor a file named master, but still facing this issue ... ![image](https://github.com/vercel/release/assets/22817/d018508e-8ae2-48b0-ae62-48b57f47d745)

In my case, this error is related to #129.

> it seems that you need to add 'connection' and 'containerName' instead of connectionStringSetting and collectionName, if you dont the Options probably get recognized as v3Options instead of v4options. @mattonecz...

I've implemented this way to provide a way to be customizable by `uiSchema`: ```js import { useMemo } from 'react' import { canExpand, descriptionId, getTemplate, getUiOptions, titleId } from '@rjsf/utils'...

> @nagaozen - Your example works perfect in a scenario where your schema is just one level of strings/numbers etc. Did you have any example of how this would work...

Anyone to help the review this PR? @heath-freenome?

> @nagaozen This fix makes sense in the basic form, only it doesn't really help the situation where someone wants to build multiple templates to override. Because, currently, the `TemplateTypes`...