Skip to content

Commit

Permalink
Merge pull request #33 from anthonyjoeseph/null-check-docs
Browse files Browse the repository at this point in the history
document strictNullChecks
  • Loading branch information
anthonyjoeseph authored Apr 29, 2022
2 parents dbb22ad + 3e7d143 commit ea434bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ const x: Data = {
}
```

## Restrictions

For the time being, ["strictNullChecks"](https://www.typescriptlang.org/tsconfig#strictNullChecks) must be set to `false` for spectacles to behave properly (see [this issue](https://github.com/anthonyjoeseph/spectacles-ts/issues/32))

## Social Media

Follow me on twitter! [@typesafeFE](https://twitter.com/typesafeFE)

0 comments on commit ea434bb

Please sign in to comment.