VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

Vulcan-Starter (interactive tutorial) problems #1987

Closed cesarve77 closed 6 years ago

cesarve77 commented 6 years ago

Im taking a first look to vulcan, and looks great

But I find some errors in the Vulcan-Starter (interactive tutorial)

Vulcan version: 1.10.0

1) I getting this console error on a fresh installation of git clone git@github.com:VulcanJS/Vulcan-Starter.git

auth.js:14 Uncaught TypeError: cookie.remove is not a function
    at setToken (auth.js:14)
    at resetToken (auth.js:28)
    at auth.js:35
    at maybeReady (meteor.js?hash=c9a34f92f28ede5a42eac467d3fa1763b624436a:871)
    at HTMLDocument.loadingCompleted (meteor.js?hash=c9a34f92f28ede5a42eac467d3fa1763b624436a:883)

2) In step 4. Core Components, Click Me link is not working

3) on Step 13. User Accounts: the bottons Sign up and Forgot password dosen't works

SachaG commented 6 years ago

Oh, that must be a version incompatibility with react-cookie. I'll push a fix soon.