Mauricio Robayo

Results 3 issues of Mauricio Robayo

**Describe the bug** When using groups the browser console displays the following warning: > The input component for type "test" has no associated ref element. Please check the implementation of...

It would be nice to have a JSON file with all the articles so anyone can access them and use then anyway they want, I'll suggest something like this: ```...

Something similar to @next/bundle-analyzer [enabled flag](https://www.npmjs.com/package/@next/bundle-analyzer#usage-with-environment-variables). For Nextjs, I imagine it would look something like this: ``` const envyConfig = { serviceName: 'next-app', enabled: process.env.ENVY === 'true' }; ``` Currently...