-
### Describe the bug
Hi there! 👋
Apollo has a package for integrating streaming + apollo client found here: https://github.com/apollographql/apollo-client-nextjs/
Recently they migrated to `…
-
**Description:**
When the app was started from a notification (i.e., it's not running yet), it will attempt to call `onNotificationOpenRegistered` in `NotifcareReceiver`, which will then try to initi…
jariz updated
7 years ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
https://codesandbox.io/s/hardcore-bhaskara-kc…
-
**Describe the bug**
Getting a warning when using the component
Warning: Legacy context API has been detected within a strict-mode tree.
The old API will be supported in all 16.x releases, but …
-
Our documentation has many areas which need improvement. In no particular order, following is a list of (some of) them/their solutions:
- [x] Tutorial should be more visible. A button in a nav bar …
-
## Bug report
### Current Behavior
When assigning the handleSubmit to the onPress prop of a Button in React Native, I get the following type error:
`Type '(e?: FormEvent | undefined) => void…
-
Error after `npm run dist`
```
ERROR in ./src/app.js
Module build failed: SyntaxError: Unexpected token (6:11)
4 | class HelloMessage extends React.Component {
5 | render() {
> 6 | …
-
Hello,
I implemented the office-js-helpers into my React Outlook Add-In.
I get the following error message:
![image](https://user-images.githubusercontent.com/2085861/38484437-e3d5ef6e-3bd6-11e8-…
-
### 一些待看的问题和知识:
1. JSON.stringify出现 "Converting circular structure to JSON"的问题
[stackoverflow - 循环引用的问题](https://stackoverflow.com/questions/4816099/chrome-sendrequest-error-typeerror-converting-cir…
-
I'm building scalable application there the backend should be as stateless as possible. Thus I'd like to use client stored JWT Tokens instead of server stored session keys for my web apps (angular 2/r…