ibm-watson-data-lab / shopping-list-preact-pouchdb

Shopping List is an Offline First demo Progressive Web App built using Preact and PouchDB.
Apache License 2.0
21 stars 3 forks source link

Updated webpack config. Bug fixes #10

Closed markwatsonatx closed 7 years ago

markwatsonatx commented 7 years ago

Added setting to webpack config to fix issue with PouchDB.find.

Updated ShoppingList and ShoppingLists to use for loops for cards. Preact does not support passing the output of array.map. I'm not exactly sure what the issue is - this may be related: developit/preact#476