Matías Hernán García

Results 13 issues of Matías Hernán García

Dependencies: - react 17.0.2 - @testing-library/[email protected] - @testing-library/[email protected] I have the following hook ``` function usePlan(): { loading: boolean, plan?: Plan, error?: Error } { const [loading, setLoading] = useState(true);...

question

First of all I must say ReactInfinite is great. It's simple and solves a complex problem. I am having an issue when trying to render a list with dynamic heights....

## Problem or feature statement Followed the documentation here: https://www.verygoodsecurity.com/docs/larky/test-larky-locally Configured my personal access token in my settings.xml Yet the build fails. ``` matias@MacBook-Pro-de-Matias starlarky % jenv local versions jenv:...