Hector Romero

Results 7 issues of Hector Romero

Write the documentation explaining how to use the Typeahead custom templates

enhancement

If you have a tooltip on a button set to display on mouseover, if the button gets disabled when the tooltip is displayed, the tooltip does not go away. The...

bug

There are some cases when you want a filter to be an exact match, for instance when you are filtering from a dropdown. For those cases, we need an `exact`...

enhancement

Add a beforeDateInput slot similar to te afterDateInput slot.

When a SWRV calls fails by default it will keep trying to fetch data. This is great, the problem is the retries keep happening even after the component has been...

help wanted

I hit a weird edge case were the `getServerSideProps` function get executed twice: https://github.com/vercel/next.js/discussions/13064 The problem is there seems to be a bug in the [`getSecret` function](https://github.com/j0lv3r4/next-csrf/blame/f3a9288bba2582750cc6ff11f4e2f39f30161880/src/utils/get-secret.ts#L5). For some reason...

When retrieving the existing CSRF Secret as part of the `setup` function, do not call `toLowerCase` on the token key. Fixes #67