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

Frontend DefaultProps deprecation #3330

Open
7 tasks
jtimpe opened this issue Dec 3, 2024 · 1 comment
Open
7 tasks

Frontend DefaultProps deprecation #3330

jtimpe opened this issue Dec 3, 2024 · 1 comment
Labels
dev Refined Ticket has been refined at the backlog refinement spike

Comments

@jtimpe
Copy link

jtimpe commented Dec 3, 2024

Description:
#1577 upgraded react-scripts to version 5, along with most other frontend dependencies.

After the upgrade, some deprecations are being reported by libraries used in our application.

  • Default props deprecated (warning)
    Warning: STTComboBox: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
    

Acceptance Criteria:

  • DefaultProps deprecation is resolved
  • Testing Checklist has been run and all tests pass
  • README is updated, if necessary

Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue

  • Investigate best practices for proposed solution
  • Task 2
  • Task 3
  • Run Testing Checklist and confirm all tests pass

Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this

  • Note 1
  • Note 2
  • Note 3

Supporting Documentation:
Please include any relevant log snippets/files/screen shots

  • Doc 1
  • Doc 2

Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete

  • Open Question 1
  • Open Question 2
@jtimpe jtimpe added the dev label Dec 3, 2024
@lhuxraft lhuxraft added spike Refined Ticket has been refined at the backlog refinement labels Dec 10, 2024
@lhuxraft
Copy link
Collaborator

Timeboxing not necessary, too minor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Refined Ticket has been refined at the backlog refinement spike
Projects
None yet
Development

No branches or pull requests

2 participants