Alexandre Segura
Alexandre Segura
Same problem here, trying to install - @ant-design/compatible 1.1.2 - antd 4.23.6 ``` $ npm update --dry-run npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm...
@wj0990 I removed `@ant-design/compatible` because actually I didn't need it.
Confirmed it is possible to simulate the `onTokenRefresh` callback, by using: ``` firebase.messaging().deleteToken() ``` Once the token has been deleted, the callback is called within a few seconds. But... it...
~After some debugging, it appears that the `onTokenRefresh` callback does not get called immediately when receiving a new token, but after a user interaction (for example, navigating to another screen,...
Didn't manage to implement infinite scroll in #181 ☹️
Thank you for your comment. It says "For development use only". The goal to use Immutable.js is to avoid having to [clone arrays](https://github.com/coopcycle/coopcycle-js/blob/587e805f735d13e244428652a2b8a8bb46db6cc4/src/reducers/index.js#L13) for example
Immutable.js is great, but this is adding yet another Facebook library 😐
Hi @tom-s, many thanks for your kind comments. Actually I confess this is the 2nd time in my life I'm using Redux, and the 1st time we used Immutable.js 😅...
Like explained in df0e414fb217d7d9a326d117879e714feba0a96a, the way to go is to use [html2po](https://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/html2po.html) to translate the **generated** website. It seems a lot of work to have the docs translated by a...