-
import React, { useState, useEffect} from "react";
import { useHistory } from "react-router-dom";
import { ChatEngine } from "react-chat-engine";
import { auth } from "../firebase";
import { use…
-
This is the error:
```
./node_modules/@freakycoder/react-native-bounceable/build/dist/RNBounceable.js 30:16
Module parse failed: Unexpected token (30:16)
You may need an appropriate loader to hand…
-
Maybe it's out of scope, but it would be nice to have a skeleton of a chart, to be rendered when data are temporarily unknown, probably based on a new property.
It shouldn't have anything to do wi…
-
On initial pageload, we just show a blank screen while the loaders run.
![2023-06-09-no-loading-state](https://github.com/oxidecomputer/console/assets/3612203/3238db1f-0c18-4c24-a788-e63b6e4c6f34)
…
-
I am using this awesome lib to show a loading bar during short polling. The problem I have is the bar can't be slowed down, it just runs to the end at 95% and then waits for the hide method to be invo…
-
**Describe the bug**
I looked at the example in [Pattern Lab](https://lab.n8d.studio/htwoo/htwoo-core/?p=atoms-loading) and could not figure out how to make the progress bar dynamic. The animation se…
-
I believe I'm hitting similar behavior to a few of the other issues, but it's quite unclear how to resolve.
I have a form as so:
```
(defn some-form [foo]
(let [doc (r/atom {:bar (:bar foo)])
…
-
Any plans on creating component for `react-native`?
-
Hi, I'm trying to test this library with Jest and React Testing Library and could use some help.
**RouteLoadingBar.js:**
```
import React, { useEffect, useState } from "react";
import { useLoc…
-
I'm trying to integrate react-easy-chart in my Typescript/React application and I am running into a problem. While I truly appreciate the time and effort in the examples provided in this project, mine…