codegouvfr / sill

The code of : https://code.gouv.fr/sill
https://code.gouv.fr/sill
11 stars 7 forks source link

Impossible de se déclarer référent #94

Closed bzg closed 10 months ago

bzg commented 10 months ago

Je tente de me déclarer comme référent sur un logiciel et la demande n'aboutit pas, avec cette erreur:

Uncaught (in promise) Error: Wrong assertion encountered
    t assert.ts:9
    h index.js:67
    l defaultMemoize.js:123
    p index.js:81
    l defaultMemoize.js:123
    Redux 4
    triggerHandler Evt.ts:276
    l Evt.ts:323
    postSync Evt.ts:553
    postOrPostAndWait Evt.ts:982
    post Evt.ts:1009
    Redux 3
    t thunks.ts:34
    Babel 9
    Redux 2
    M DeclarationForm.tsx:48
    React 10
    Q createRouter.ts:297
    W createRouter.ts:273
    push buildRoute.ts:46
    onClick buildRoute.ts:41
    React 11
assert.ts:9:8
garronej commented 10 months ago

Yes, my bad.
An error slipped through in the resent refactoring.

I just fixed it.

garronej commented 10 months ago

@bzg up

This patch would gain to be deployed to production.

ssh code.gouv.fr && ./sill-update.sh

bzg commented 10 months ago

Done.