Skip to content

bugfix: parse context for local data

Matthieu Fesselier requested to merge bugfix/parse-context-local-data into master

Fix a bug with the new setLocalData use in Hubl. As we update a resource with data coming from the server, the context is not parsed yet, which raises an error

Merge request reports