Wei-Ping Liao
Wei-Ping Liao
## Steps to reproduce: ```ruby require 'bundler/inline' gemfile(true) do source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'json_api_client', '1.8.0' end class Resource < JsonApiClient::Resource self.site = 'http://example.com/api' end class Author...
We [deprecated](https://github.com/appfolio/react-gears/blame/399ce0ae354a90f4a4a3fe48f56cfcd0a0875df7/src/components/Table/SortableTable.js#L14-L19) `left` and `right` as alignment options but didn't update the corresponding TS type. This PR addresses this issue.