-
We've talked about this in the past a few times - the idea of a page that shows a log of actions DIM has taken (for some reasonable window) and offers an "undo" for things like applying loadouts, item…
-
Hi! I've been trying to create a "fragment-common" for resources that are to be shared between our micro frontends, and I haven't been able to find an example of someone bundling Vue as a shared resou…
-
Hi, thank you for the great code, its great for learning react-redux.
I am facing some issues in converting the Tutorial.js from class component to a functional component and also adding a filter to …
-
-
Quick idea: when you open or import a dataset and there is no data for a column for all rows (e.g. [230Th/232Th] for U-series, 208Pb/232Th for U-Pb), then automatically Hide that column in the Data Ta…
-
As far as i checked, the fields with type array are being submitted when they are required even if there are no items loaded!, i think that maybe the problem is that the array field is not created as …
-
Dummy is throwing a lot of Unknown props errors, as can be seen [here](http://pastebin.com/Y8Huwp1E)
as well in my [test app](https://github.com/betoharres/redux-auth-test) using redux auth.
They ap…
-
The user should get a notification in the UI when an account of theirs receives ETH.
-
1. Notifications should be renewed without setting `{ status: 'request' }` on subsequent api calls.
2. There shouldn't be a residual '1 notification is unread' when we:
- have one notification
…
-
When I run yarn flow on 7.0.3, for the following line of code:
```
`dispatch(initialize(formName, values));`
I get this error:
157: dispatch(initialize(formName, values));
…