Carlos Requena López

Results 5 comments of Carlos Requena López

I did (3.13.0 -> 3.13.1): 1. Update docker container. 2. Update through web interface. And it seems to work as well.

@brycekahle you are right. There was a change in `webpack-dev-server`, specifically in https://github.com/webpack/webpack-dev-server/pull/1603, in order to try and check the origin header to solve this security vulnerability: https://www.npmjs.com/advisories/725. However, `sockjs-node`...

This function might have something to do with it: https://github.com/clojure-emacs/clojure-mode/blob/a4ed7a4152f8a6514dd3fd82532aa5a2bdba024f/clojure-mode.el#L490-L501

The components do not auto update, do: `this.$forceUpdate()` to update the component after doing `$this.$moment.locale('es')`

I think the rerender with force update is necessary like you said. I found a solution to update the rest of components. I have the lang switcher in a sub...