Jon Thompson

Results 7 issues of Jon Thompson

I just tried migrating to v1.0.21 with the MySQL connector but it no longer comes with the `link` or `sync` methods

Update: Work in progress on the [version-2](https://github.com/tabler/tabler-react/tree/version-2) branch, alpha is available on NPM. `npm install tabler-react@alpha` `yarn add tabler-react@alpha` ----------------------------- I've been thinking about a journey towards version 2 and...

enhancement
help wanted
work in progress

enhancement
help wanted
good first issue

Would you consider publishing experimental React versions too?

enhancement

`componentWillReceiveProps` will be renamed [`UNSAFE_componentWillReceiveProps` in react 17](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops) and reults in console errors when run in React strict mode. This PR replaces all use of `componentWillReceiveProps` with `componentDidUpdate`. While this...

**Describe the bug** Add support for `passWithNoTests` **To Reproduce** Steps to reproduce the behavior: 1. Run test-storybook against stories that do not have any tests 2. Notice the following console...

Hello! Thanks for building this, has been a great help and would love to contribute back as I try to use it more in some side projects. Any thoughts or...