souslesens / souslesensVocables

SousLeSensVocables is a set of tools to manage semantic web thesaurii and ontologies (SKOS,OWL,RDF)
MIT License
13 stars 9 forks source link

fix: prevent infinite rendering by moving state update outside of render flow #722

Closed fbessou closed 3 months ago

fbessou commented 4 months ago

Updating the state of the component is a side effect and a side effect shouldn't be triggered from within render flow. Also, I don't know why the me variable can be empty, which was leading to the condition being always true.