croods-auth
Advanced tools
Comparing version
@@ -318,3 +318,3 @@ import React, { useState, useCallback, useEffect, useLayoutEffect, useRef } from 'react'; | ||
} | ||
}, [actions, opts]); | ||
}, [actions, opts, fetchingInfo]); | ||
useEffect(function () { | ||
@@ -321,0 +321,0 @@ if (info) { |
@@ -325,3 +325,3 @@ 'use strict'; | ||
} | ||
}, [actions, opts]); | ||
}, [actions, opts, fetchingInfo]); | ||
React.useEffect(function () { | ||
@@ -328,0 +328,0 @@ if (info) { |
{ | ||
"name": "croods-auth", | ||
"version": "3.3.1-beta.0", | ||
"version": "3.3.1-beta.1", | ||
"description": "Authentication made easy with Croods", | ||
@@ -5,0 +5,0 @@ "author": "SeasonedSoftware", |
315243
0.01%