Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

DateTime issue #185

Open
MarkVaughn opened this issue May 31, 2019 · 0 comments
Open

DateTime issue #185

MarkVaughn opened this issue May 31, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@MarkVaughn
Copy link

Describe the bug
Initial setup of "Blog" using firestore as dataSource, crashes the posts UI after adding a post.

To Reproduce

  1. Go to Posts
  2. Click on '+ Add.'
  3. Fill in anything & save
  4. Go back to posts overview

Expected behavior
Overview renders with posts.

Screenshots
image
image

Dependencies (please complete the following information):

  • OS: macOS Mojave 10.14.4
  • Browser: Chrome 74.0.3729.1
  • Node Version: node v10.16.0
  • Canner Version: 3.2.19

Additional context
If I comment out this part in posts.schema.js it works

<dateTime
          keyName="createDate"
          title="Create Date"
          layout="horizontal"
          required
        />
@MarkVaughn MarkVaughn added the bug Something isn't working label May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant