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
- Host: GitHub
- URL: https://github.com/svdo/shadowtabulator
- Owner: svdo
- Created: 2023-10-31T07:46:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T07:48:39.000Z (over 1 year ago)
- Last Synced: 2025-02-03T14:48:29.497Z (3 months ago)
- Language: Clojure
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.