I've already mentioned about this issue here, but it might be a wrong place to post it... So, I'm trying to report the problem here
There is a problem with the following parsed.v check in ractive-load (or rcv) using Ractive v.0.6.1, that gives parsed.v === 2:
if (parsed.v !== 1) {
throw new Error('Mismatched template version! Please ensure you are using the latest version of Ractive.js in your build process as well as in your app');
}
I've already mentioned about this issue here, but it might be a wrong place to post it... So, I'm trying to report the problem here
There is a problem with the following
parsed.v
check in ractive-load (or rcv) using Ractive v.0.6.1,that gives parsed.v === 2
: