Sylvain Duchesne

Results 12 comments of Sylvain Duchesne

I have exactly the same error: ``` Uncaught TypeError: Cannot read property 'length' of undefined at visitIterable (denormalizeStore.js:137) at visitObject (denormalizeStore.js:111) at denormalizeStore (denormalizeStore.js:178) at CachedQuery.createResponse (helperClasses.js:89) at Cashay.query (Cashay.js:443)...

hi @zalmoxisus ! This issue is very old but I have the same problem : I am using several stores in a server-side app and all actions are mixed in...

I found out that this issue is fixed in master thank to @Lukermelesh (PR #132) and is only published to the beta channel. So for anyone interested: install `remote-redux-devtools@beta` (and...

I had the same problem and fixed it placing the url in the images object Example: ``` const markerStyles = MapboxGL.StyleSheet.create({ icon:{ iconImage : 'myImage', ... } }) class Marker...

My solution to also handle initial data : ``` const permanentId = useRef(0); ... const initialValues = ...map(.... => ({ ... key: `permanentKey${permanentId.current++}`, }) ... return ( {({ fields })...

same problem here ``` - name: Download release uses: robinraju/[email protected] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: token: ${{ secrets.GITHUB_TOKEN }} releaseId: ${{ needs.publish-happ.outputs.releaseId }} fileName: "my_file_name" out-file-path: "workdir/" ``` I...

@whit537 yes, of course! I'll do that soon.

I think @kyzh has already done this translation in https://github.com/opencompany/www.opencompany.org/commit/1a35b586127ca0e9e3425c1bd3530e0165c9116a, hasn't he?

Ok, fine :) However I think the French translation could be slightly improved: some expressions used that are not exactly French idioms. May I suggest some changes? One particular thing:...