Tomás Batista

Results 3 issues of Tomás Batista

When parsing enum values the parser has a greedy approach, resulting in an error. I have an enum ``` enum Operator { o EQUAL // Equal o NOT_EQUAL // Not...

![image](https://github.com/vercel/next-learn/assets/34144094/ee9f9ef9-d451-4696-8a4c-476606ba4900) `backend.bundle.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'current') at backend.bundle.js:1:128442 at backend.bundle.js:1:128598 at backend.bundle.js:1:127404 at Object.next (backend.bundle.js:1:127509) at backend.bundle.js:1:126424 at new Promise () at C...

[...] Deleting the Order has no impact on the OrderLine. **When the Order is serialized the JSON only the IDs of the** OrderLines are stored within the Order, not the...

Category: Concerto