-
Hi,
There seems to be an issue with Async/Await handling. Code below:
```
async function getData() {
console.log('logging');
const test = await CSVToJSON().fromFile('./data/hans-puns.csv'…
-
## There have been updates to the *react* monorepo:
+ - The `devDependency` [react](https://github.com/facebook/react) was updated from `16.8.6` to `16.9.0`.
- The `devDependency` [react-dom](https…
-
_(French translated into English)_
I've never used WatermelonDB before (I never succeeded because of autolink errors) but since version 0.26.0 has just been released I naturally wanted to give it a…
ghost updated
8 months ago
-
It's not possible to write a signature expressing that the return value is a function having the same argument count and types as one of the parameters. This leads to ugly blocks where we define the s…
-
### Are you submitting a **bug report** or a **feature request**?
**feature request**
### What is the current behavior?
A `` is required to be provided `initialValues` to set _default values_…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.9.8
**System**: Ubuntu 14.04
**Thrown From**: [status-bar](https://github.com/atom/status-bar) package, v1.4.1
### Stack Trace
Unc…
-
React version: 16.9.5
## Steps To Reproduce
1. Overwrite batched updates with the following code: `ReactDOM.unstable_batchedUpdates = callback => callback()`
2. Batched updates aren't actually …
-
### **This RFC is a work in progress. Additions and changes will be made throughout the design process. Changes will be accompanied by a comment indicating what sections have changed.**
# Backgrou…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager pnpm
- [x] I run Snowpack on OS Mac
- [x] I run Snowpack on Node.js v12+
…
-
What is a good approach for handling async errors in thunk actions (network or business)? I'd like to use error boundaries but naturally this takes some fiddling since they don't catch async errors. D…