Wei Tang Lin
Wei Tang Lin
There is no `Account.findById` in the `/server/models/account.js`. So I can't transfer money between accounts. Transfer works after I added the following code. ```JavaScript Account.findById = function (accountId) { return Account.findOne({...
Add `findById` method in the `server/models/account.js`
### Which component is affected? Qwik City (routing) ### Describe the bug `routeAction$`, `globalAction$` and `routeLoader$` have incorrect type when the `requestEvent.fail(...)` is returned in the `actionQrl` or `loaderQrl`. ex:...
# Overview # What is it? - [ ] Feature / enhancement - [ ] Bug - [x] Docs / tests / types / typos # Description `routeAction$`, `globalAction$` and...
### Suggestion The `action.formData` API behaves differently depending on the presence of `params.qaction` in the URL. When this parameter is not present, the API returns undefined. In situations where the...
### Edition ID ``` js2023 ``` ### Block ID ``` language_pain_points ``` ### Filters: ``` { "options": { "showDefaultSeries": false, "enableYearSelect": false, "mode": "grid", "queryOnLoad": false, "cutoff": 10, "cutoffType": "count",...
Add "how it works". Please feel free to correct me if anything is incorrect. ## Motivation ## Summary ## Test plan