Fixed regex to use negative lookahead instead of negative lookbehind, since the latter doesn't seem to be supported by the Cloudflare JS engine.
Improve existing regex to select words that start with capital letter (to match React components, and not HTML tags), which would remove at least one loop.
Deprecated
Removed
Fixed
Security
Testing
Check the code tab (e.g. in DataList "Clear All Filters" story.
Make sure it's rendered, since it's currently broken on master:
Verify that there are no unused/weird imports, such as
import { T } from "@jobber/components/T";
import { SelectedFilters } from "@jobber/components/SelectedFilters";
Motivations
Changes
Added
Changed
Deprecated
Removed
Fixed
Security
Testing
code
tab (e.g. inDataList
"Clear All Filters" story.master
:Changes can be tested via Pre-release
In Atlantis we use Github's built in pull request reviews.