Update docs and wikis.
Articles:
Use flow-router-extra repository as example
Forgive me if maybe this is the wrong thread, just adding it here since I think maybe the Template helper wiki page is out of date(I couldn't get it working by the example but perhaps I made a mistake).
The 'Streaming' section on home page appears to be correct and worked great for me... but the fileURL example gave me trouble when trying to access a sub version of fileRef. For example:
Did not work:
{{fileURL fileRef 'small'}}
Works for me (although not clearly documented), adding the sub version name as argument with the link helper:
{{fileRef.link 'small'}}
Again, sorry if this confuses this thread (Im new here) or I misunderstood something, but thanks VERY much for your hard work , this package is great and Im happy to be free from the shackles of CollectionFS!
Hello @joephuz ,
Im happy to be free from the shackles of CollectionFS!
Sounds awesome, I'm glad this lib helped you :)
Helper works fine for a long time. Let's check why fileURL helper doesn't work for you:
fileRef in your case? Could you console.log it?Please fix the React examples #750
Most helpful comment
Please fix the React examples #750