Fork me on GitHub
#datascript
<
2020-04-13
>
Aron08:04:20

I remember getting similar messages back in 2015 when I used datascript.

Aron08:04:50

I think it might be schema conflicting with the object you are passing in? That's a very vague guess.

hindol08:04:45

The error fixed itself, by that I mean I don't have the slightest idea what changed and how it got fixed, šŸ˜›

Aron08:04:24

I know the feeling all too well šŸ˜ž

lilactown15:04:10

if/when you remember, feel free to open up an issue or PR here: https://github.com/Lokeh/datascript-notes

lilactown15:04:28

iā€™m collecting these oft-forgotten tidbits of info

hindol17:04:05

One issue I faced is DS does not validate the schema itself. I mistyped :db/valueType as :db/value but it did not complain.

metasoarous18:04:16

Schema's are open, meaning you can extend them with other metadata about your attributes (both in Datomic & in DataScript).