Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #756
Fixes #765
Eslint error workaround
Eslint started throwing a strange error a few days ago.
See https://github.com/hackforla/311-data/pull/763/checks?check_run_id=934365378
I found several issues re the same eslint error. See this issue. I used a workaround in the comments thread by adding/disabling two rules. This is a temporary solution.
IE11 support
It turned out that the most recent version of
dfa
node_module, a dependency of@react-pdf/fontkit
is not transpiled from ES6 to ES5. Explicitly including these files for babel-loader while excluding everything else in node_modules didn't work - ended up being some issues with the transpiled code for@react-pdf
with this method. npm installing the prior version of dfa ended up fixing the issue. There is a pending PR to fix this on dfa here. See issue on@react-pdf
herequery-string
latest version is also not IE11 compatible so this was reverted from 6 to 5. From the query-string readme:Also added the
core-js/stable
import to the frontend entrypoint for polyfills and updated@babel/preset-env
config.Other stuff
Updated footer links and added social media icons to footers. Moved version and privacy policy to left side of footers.
dev
branchAny questions? See the getting started guide