dekk-app / dekk

👁 A presentation tool written in react.js

Home Page:https://dekk-app.github.io/dekk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config component is required

TimPietrusky opened this issue · comments

Issue description

Without having the config component loaded, dekk will fail with the following message:

Uncaught TypeError: Cannot read property 'paging' of undefined
    at Deck.get (index.js:286)

Steps to reproduce

  • Use the gh-pages example

Steps to fix

  • Load the Config component
  • Add the Config component into Deck component

Versions

dekk 1.0.0-4

  1. yarn: 1.3.2
  2. node 6.9.1

This issue will be closed by #12