Closed LSauter68140 closed 3 years ago
@LSauter68140 @Toine-prog @YaellePihan
Super pour l'historique !
Je n'avais pas remarqué, c'est fait exprès que null
soit une chaîne de caractère ?
Je n'avais pas remarqué, c'est fait exprès que
null
soit une chaîne de caractère ?
Les paramètres de l'objet config
du composant DiscussionEmbed
ne peuvent prendre en compte que des string
(si on met un null
de type null cela renvera une erreur) or parfois le temps de fetch avec le argos est plus long que celui du render avec react, donc on a props.item
qui est encore null ce qui entraine un erreur. C'est pour ça que j'ai ajouté une condition sur ces éléments là. Le fait d'avoir mis un string
"null" est purement arbitraire, on aurait très bien pu renvoyer une string
vide, mais j'ai pensé que c'était plus clair de le faire comme ceci.
OK. Merci de cette explication @LSauter68140.
J'ai intégré votre code à la branche principale ! Bravo ! @LSauter68140 @Toine-prog @YaellePihan
Par contre, le titre n'a pas l'air de passer (en comparaison d'un partage à la main) :
Avez-vous expérimenté cela également ?
Co-authored-by: Toine-prog 62764276+Toine-prog@users.noreply.github.com Co-authored-by: YaellePihan yaelle.pihan@gmail.com
Content
Now with FB sharing button from disqus we can share a stained glass's Photo with a thumbnail on FB
Checklist
Please check that your pull request is correct:
FEATURE
for a behaviour allowing a user to do something new,FIX
for a behaviour which has been changed in order to meet user’s expectations,SCENARIO
for examples showing a given behaviour,TEST
when it concerns an acceptance test of a given behaviour,PROCESS
for a change in the way the software is built, tested, deployed,DOC
when it concerns only internal documentation (however it is better to combine it with the contribution that required this documentation change),:
) with one space after and no space before,manage
),should
).(closes #xx)
if xx is a feature ticket (and the commit is a complete implementation),(fixes #xx)
if xx is a fix ticket (and the commit is a complete fix),(see #xx)
otherwise,