Closed dario-piotrowicz closed 1 year ago
With my last commit I fixed it like this https://github.com/gioboa/qwik-dream-demo/blob/8fae837f2964958fe756ef10b84bb169d729d378/apps/cart/src/routes/index.tsx#L17
cool, sorry I missed it :slightly_smiling_face::+1:
Some times in the app we can get a console error:
I think that the issue is simply that the
lines
ofactiveOrder
can benull
:I think should be very straightforward to fix, just by putting a check here: https://github.com/gioboa/qwik-dream-demo/blob/29eac27f8b7c667d46d0d22101ce08444f5a43fa/apps/cart/src/routes/index.tsx#L18 like: