Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix console warnings on tests #935

Merged
merged 11 commits into from
Oct 16, 2023
Merged

Fix console warnings on tests #935

merged 11 commits into from
Oct 16, 2023

Conversation

echaidemenos
Copy link
Collaborator

@echaidemenos echaidemenos commented Oct 12, 2023

resolves #894

Fixes most console warnings, that appear when running the tests, reducing log lines from 4185 to just 160!

Material-UI: The fadecolor utility was renamed toalpha to better describe its functionality. cannot be straightforwardly resolved due to the outdated package @material-ui/pickers causing it.

Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef() cannot be straightforwardly resolved due to the outdated packages react-leaflet, react-chartjs and @material-ui/pickers

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This pull request was not sent to the PullRequest network because the pull request is a draft.

@github-actions
Copy link

github-actions bot commented Oct 12, 2023

Build succeeded and deployed at https://aqualink-app-935.surge.sh
(hash f9de5fc deployed at 2023-10-16T14:07:16)

@echaidemenos echaidemenos marked this pull request as ready for review October 13, 2023 09:53
Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ This pull request was sent to the PullRequest network.


Check the status or cancel PullRequest code review here.

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PullRequest Breakdown

Reviewable lines of change

+ 2,256
- 123

95% Jest Snapshot (tests)
3% TypeScript (tests)
1% TSX (tests)
1% TSX
<1% Other

Generated lines of change

+ 8
- 214

Type of change

Feature - These changes are adding a new feature or improvement to existing code.
1 Message
⚠️ Due to its size, this pull request will be reviewed by PullRequest staff before being sent to the reviewer network, and the team will reach out if there are any concerns. After this pull request is sent to the network, please be aware that it will likely have a longer turnaround time and require multiple passes from our reviewers.

@ericboucher ericboucher self-requested a review October 13, 2023 10:06
Copy link
Member

@ericboucher ericboucher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work here. I don't have any changes to recommend in this instance. 🎉

Image of Graham C Graham C


Reviewed with ❤️ by PullRequest

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PullRequest reviewed the updates made to #935 up until the latest commit (f1bf792). No further issues were found.

Reviewed by:

Image of Graham C Graham C

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PullRequest reviewed the updates made to #935 up until the latest commit (7e38d4a). No further issues were found.

Reviewed by:

Image of Graham C Graham C

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PullRequest reviewed the updates made to #935 up until the latest commit (f9de5fc). No further issues were found.

Reviewed by:

Image of Graham C Graham C

@ericboucher ericboucher merged commit f38d42a into master Oct 16, 2023
2 checks passed
@ericboucher ericboucher deleted the fix-warnings branch October 16, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix console warnings in tests and builds
2 participants