@indietabletop/appkit 4.0.0-1 → 4.0.0-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,8 +24,6 @@ export function useCurrentUserResult(options?: {
24
24
  useEffect(() => {
25
25
  if (performFetch) {
26
26
  const fetchUserAndStoreResult = async () => {
27
- setResult(new Pending());
28
-
29
27
  const result = await client.getCurrentUser();
30
28
  setResult(result);
31
29
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indietabletop/appkit",
3
- "version": "4.0.0-1",
3
+ "version": "4.0.0-2",
4
4
  "description": "A collection of modules used in apps built by Indie Tabletop Club",
5
5
  "private": false,
6
6
  "type": "module",