Juan Guirao

Results 11 comments of Juan Guirao

Update: I managed to get rid of the Vercel deployment eslint error by extracting the callback to a separate component, like this: ``` 'use client' import React from 'react' import...