Jack Cohen

Results 4 issues of Jack Cohen

Similar issue as https://github.com/josdejong/mathjs/issues/1035 but we're seeing this on the latest version of mathjs `9.5.0`. Minimal code to reproduce: ```js const {all, create} = require('mathjs') const math = create(all) math.evaluate(...

question

### Version info **React:** 17.0.2 **Firebase:** 9.6.1 **ReactFire:** 4.2.1 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case ```js const ExamleComponent = () => { const { data:...

Exposes some more type overloads to avoid the need for explicit checks of properties in `Graph` or `WithContext` when trying to use type unions. This overloading was added to `jsonLdScriptProps`...