-
with the example from the readme:
this.refs.toast.show('Time was added successfully.');
I get this:
```
ExceptionsManager.js:71 Warning: Can't call setState (or forceUpdate) on an unmounte…
-
Hi,
I have a parent/child component where my child has the cool react-component slider but when from the parent i change the prop and in the child i setState in the componentWillReceiveProps prop.v…
-
It seems that Flutter web doesn't traverse focus in the right order when it misses the "Shift" keydown event.
This happens when the user attempts to reverse focus from the UI elements of the browse…
-
I modified the example project code as shown below, to just wrap it into a TabBarView since my app has tabs, each showing a grid of images. The behavior goes all crazy on me when I do this though. The…
-
Hi, it's me again, your favourite source of unwanted bug reports.
I'll start off with the error message.
```
E/flutter (14134): [ERROR:flutter/shell/common/shell.cc(209)] Dart Error: Unhandled …
-
Currently `` uses Object.assign in its componentDidMount updates. Unfortunately, `Object.assign` keeps falsy and `undefined` values from its incoming objects. That means that sensible backups are stil…
-
I'm trying to implement Store level persistency for my application (demo app for a book). The idea is that I restore Store state at constructor and save it whenever it changes. I noticed `this.dispatc…
-
When a setState occurs on an unmounted component, a memory leaks occurs. Simple resolution:
```js
class Test extends Component {
_isMounted = false;
state = { visible: false };
comp…
-
After the form did unmount it is possible to run into the following warning:
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak i…
-
**Black screen appears as the received video only if the two ends of the video call is from flutter app,**
_but if one of the end is the browser and the other is flutter the video call is fine and a…