Skip to content

2.6.15

Compare
Choose a tag to compare
@tylim88 tylim88 released this 20 Sep 13:47
· 70 commits to main since this release

fix updateDoc does not error on nested unknown key

example, given this type {a: { b:2 } }

updateDoc(ref, {a: { c:2 }}) // will not error, it is wrongly expecting {c?: unknown}, this is a false positive

2.6.15 fixed this issue

this is a very old bug