Felipe Israel Camargo Pereira
Results
3
comments of
Felipe Israel Camargo Pereira
> I’ve also been curious about this same issue as this seems to be a key differentiator compared to previous mods. It also explains why so many issues are caused...
> Setting `persist-credentials: false` in the checkout step seems to work as well: > > ```yaml > - name: Checkout > uses: actions/checkout@v2 > with: > persist-credentials: false > -...
have you tried memoizing the `modalStyles` with `useMemo`?