ractivejs / ractive-load

Import templates and components using AJAX
ractivejs.github.io/ractive-load
MIT License
55 stars 10 forks source link

Fail at parsed.v check (RactiveJS 0.6.1) #23

Closed mefjuu closed 6 years ago

mefjuu commented 9 years ago

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');
}
martypdx commented 9 years ago

See https://github.com/ractivejs/rvc/issues/7#issuecomment-75072419.