Eric Burel

Results 374 comments of Eric Burel
trafficstars

Maybe the starter deps need a few tweeks indeed. But your versions are weird, I don't get why getting-started is requiring vulcan:accounts 1.3.2 here

This is probably more a Meteor issue than a Vulcan issue, we updated to 1.10 just recently on the devel branch.

@TomFreudenberg can you please check your version of react-helmet? It should be version 6 I've checked the package.json of the Vulcan starter and it should be ok. This error is...

Yeah if the normal install is broken that's better, sorry for this normally the master branch of the starter is supposed to work with the currently published version. Will be...

Regarding the Apollo version constraint come on Slack, you are not the only one to have this issue. Basically it's Meteor going nuts during update for no reason, but some...

From @kevinashworth > Saw the same error as at the very top of this thread. To get past that error, it took some experimenting, but I removed the 3.1.0 version...

You mean "@devographics/react-i18n" (which is mostly used by surveyform so could be internalized) or "i18next" ? I've just cleaned old unused dependencies in the dev branch towards i18next, we no...

I've started the first step, extracting i18n from "results" and marking the surveyform version as deprecated

Data fetching logic is quite different, I've found results logic but the first step is to move it to TS to have a better grasp of the data structures, I've...

To keep track of our discussion, the tricky part in our setup is that our i18n tokens are semi-dynamic, they depend on contextual values like the current survey: `html2023.foobar`. But...