Skip to content
New issue

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

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

Already on GitHub? # to your account

Feature/76 filter currency in input page #77

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

wayangalihpratama
Copy link
Contributor

@wayangalihpratama wayangalihpratama commented Nov 8, 2023

TODO / DONE


  • Filter Currency in Input Page #76
  • Add country ID to currencies on config.js
  • Filter currencyOptions by selectedCountry ID and add additional EUR and USD
  • Set selectedCuntry currency as currency dropdown default value

@wayangalihpratama wayangalihpratama self-assigned this Nov 8, 2023
Copy link
Member

@dedenbangkit dedenbangkit left a comment

Choose a reason for hiding this comment

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

countryCurrency is undefined
./src/pages/cases/components/CaseProfile.js/CaseProfile/filteredCurrencyOptions<@http://localhost:3000/static/js/bundle.js:5389:7
updateMemo@http://localhost:3000/static/js/bundle.js:250875:23
useMemo@http://localhost:3000/static/js/bundle.js:251451:20
useMemo@http://localhost:3000/static/js/bundle.js:268344:25
CaseProfile@http://localhost:3000/static/js/bundle.js:5382:81
renderWithHooks@http://localhost:3000/static/js/bundle.js:250086:31
updateFunctionComponent@http://localhost:3000/static/js/bundle.js:252968:24
beginWork@http://localhost:3000/static/js/bundle.js:254680:20
callCallback@http://localhost:3000/static/js/bundle.js:239678:18
invokeGuardedCallbackDev@http://localhost:3000/static/js/bundle.js:239722:20
invokeGuardedCallback@http://localhost:3000/static/js/bundle.js:239779:35
beginWork$1@http://localhost:3000/static/js/bundle.js:259653:32
performUnitOfWork@http://localhost:3000/static/js/bundle.js:258900:16
workLoopSync@http://localhost:3000/static/js/bundle.js:258823:26
renderRootSync@http://localhost:3000/static/js/bundle.js:258796:11
performConcurrentWorkOnRoot@http://localhost:3000/static/js/bundle.js:258190:78
workLoop@http://localhost:3000/static/js/bundle.js:262009:46
flushWork@http://localhost:3000/static/js/bundle.js:261987:18
performWorkUntilDeadline@http://localhost:3000/static/js/bundle.js:262224:25
EventHandlerNonNull*./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js/<@http://localhost:3000/static/js/bundle.js:262261:7
./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js@http://localhost:3000/static/js/bundle.js:262311:5
options.factory@http://localhost:3000/static/js/bundle.js:299110:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:298488:33
fn@http://localhost:3000/static/js/bundle.js:298767:21
./node_modules/react-dom/node_modules/scheduler/index.js@http://localhost:3000/static/js/bundle.js:262326:20
options.factory@http://localhost:3000/static/js/bundle.js:299110:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:298488:33
fn@http://localhost:3000/static/js/bundle.js:298767:21
./node_modules/react-dom/cjs/react-dom.development.js/<@http://localhost:3000/static/js/bundle.js:235967:40
./node_modules/react-dom/cjs/react-dom.development.js@http://localhost:3000/static/js/bundle.js:261700:5
options.factory@http://localhost:3000/static/js/bundle.js:299110:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:298488:33
fn@http://localhost:3000/static/js/bundle.js:298767:21
./node_modules/react-dom/index.js@http://localhost:3000/static/js/bundle.js:261771:20
options.factory@http://localhost:3000/static/js/bundle.js:299110:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:298488:33
fn@http://localhost:3000/static/js/bundle.js:298767:21
./node_modules/react-dom/client.js@http://localhost:3000/static/js/bundle.js:261714:28
options.factory@http://localhost:3000/static/js/bundle.js:299110:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:298488:33
fn@http://localhost:3000/static/js/bundle.js:298767:21
./src/index.js@http://localhost:3000/static/js/bundle.js:2695:93
options.factory@http://localhost:3000/static/js/bundle.js:299110:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:298488:33
@http://localhost:3000/static/js/bundle.js:299756:56
@http://localhost:3000/static/js/bundle.js:299758:12

@dedenbangkit dedenbangkit merged commit 95791fe into develop Nov 8, 2023
@dedenbangkit dedenbangkit deleted the feature/76-filter-currency-in-input-page branch November 8, 2023 12:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants