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

Implement New Icons to Indicate Filter State #1914

Open
entrotech opened this issue Oct 21, 2024 · 1 comment
Open

Implement New Icons to Indicate Filter State #1914

entrotech opened this issue Oct 21, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@entrotech
Copy link
Member

Overview

Action Items

Resources/Instructions

@roslynwythe
Copy link
Member

roslynwythe commented Oct 31, 2024

Update:
I completed the issue but when I brought in recent changes from the develop branch, I have a problem:

Module not found: Error: Can't resolve 'react-tiny-popover' in 'C:\Users\rosly\hfla\tdm-calc\client\src\components\Projects\ColumnHeaderPopups'

I ran npm i react-tiny-popover from the client folder and this is the result:

rosly@DESKTOP-IP18TPE MINGW64 ~/hfla/tdm-calc/client (develop)
$ npm i react-tiny-popover
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/react
npm ERR!     @emotion/react@"^11.8.1" from [email protected]
npm ERR!     node_modules/react-select
npm ERR!       react-select@"^5.2.2" from the root project
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/use-insertion-effect-with-fallbacks
npm ERR!     @emotion/use-insertion-effect-with-fallbacks@"^1.0.1" from @emotion/[email protected]
npm ERR!     node_modules/@emotion/react
npm ERR!       @emotion/react@"^11.8.1" from [email protected]
npm ERR!       node_modules/react-select
npm ERR!         react-select@"^5.2.2" from the root project
npm ERR!   33 more (@react-pdf/renderer, @testing-library/react, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-loader
npm ERR!   react-loader@"^2.4.7" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected]
npm ERR!   node_modules/react-loader
npm ERR!     react-loader@"^2.4.7" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress (actively working)
Development

No branches or pull requests

2 participants