Antti Ahti
Antti Ahti
+1 for this PR. I would rename the `restorableStateStorePlugin` to `serializableStorePlugin`, though. I think this is a wrong place to handle XSS. The user should be able assume that `x`...
My suggestion is to combine local and remote options into single storageMode option. This could have values 'local', 'remote', or 'default'. I think it would clarify the options.
@crohrer I don't think it changes the specificity but it changes the _precedence_. When CSS selectors have equal specificity, the last one has the highest precedence. @luizdch CSSO merges only...
Most likely caused by googlearchive/code-prettify#492 Edit: This seems to be a more generic issue than just the `/**`. The code highlighting is wrong for all of the *template literals*: ...
I'm using await. I believe `Fabric.with()` is asynchronous under the hood and that's causing the issue. I added logging like this: ```java if (methodCall.method.equals("initialize")) { Fabric.with(context, new Crashlytics(), new CrashlyticsNdk());...
@jaumard I have experienced this only on Android since I don't have an Apple device to test on.
Yeah, it's a trade-off between "more useful error message for most users" and "not so useful but accurate error message"
The error doesn't seem to affect the test run. But to get rid of it anyway, for me it helped just to unset the environment variable before running cypress. `unset...
@nhuthuynh You are (were?) using [indexiatech/redux-immutablejs](https://github.com/indexiatech/redux-immutablejs). It's a different package. This is [gajus/redux-immutable](https://github.com/gajus/redux-immutable).
Related Jest issue: facebook/jest#9430