Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Missing Export #26

Closed
1 of 2 tasks
ghost opened this issue Jul 14, 2017 · 3 comments
Closed
1 of 2 tasks

Missing Export #26

ghost opened this issue Jul 14, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 14, 2017

Thanks for the awesome boilerplate! Love how it's ready to connect to any API! Maybe implement yarn :)

I'm submitting a ...

  • bug report
  • feature request

Bug Report:

In AuthSVC:
const JWT_TOKEN = 'JWT_TOKEN'
This const is not exported, so in reducers/auth, JWT_TOKEN is undefined.

  • What is the expected behavior?

JWT_TOKEN be exported :)

  • What is the current behavior?

JWT_TOKEN is not exported.

  • Steps to reproduce:

Console.log(JWT_Token)

@Metnew
Copy link
Owner

Metnew commented Jul 14, 2017

Hi @TheDolo
Hah, really, very stupid bug, will be fixed soon :)

@Metnew
Copy link
Owner

Metnew commented Jul 14, 2017

You can already use yarn, just run yarn install

@ghost
Copy link
Author

ghost commented Jul 14, 2017

Indeed, Yarn is working :) don't know why I thought otherwise. I think I was just surprised to see when first using Yarn, but it happens with NPM too.

 SyntaxError: Unexpected token (1:1)
    at Parser.pp$4.raise (/Users/user/Desktop/react-semantic.ui-starter/node_modules/acorn-dynamic-import/node_modules/acorn/dist/acorn.js:2488:13

Thanks again!

@ghost ghost closed this as completed Jul 15, 2017
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant