An open API service indexing awesome lists of open source software.

https://github.com/svdo/shadowtabulator

Reproduction of react-tabulator issue
https://github.com/svdo/shadowtabulator

Last synced: about 2 months ago
JSON representation

Reproduction of react-tabulator issue

Awesome Lists containing this project

README

        

This is the error message I get when using ReactTabulator:

```
Unhandled Promise Rejection: TypeError: undefined is not a constructor (evaluating 'new tabulator_tables_1.TabulatorFull')
```

In `shared.cljs` you can switch to the other version using Tabulator directly; that works.