Closed afroguy16 closed 2 years ago
Hi @afroguy16 ! Thanks for reporting this. Unfortunately, though, I can't manage to reproduce the issue.
Could you please provide us with a codesandbox, stackblitz or a github repo that we can use to reproduce this issue?
Thanks!
Hi, I tried to implement this with my knowledge of how it works in Angular, that is, handle the subscription by myself. It worked right, but it was failing in RTL. So I followed the documentation and used the
<Subscribe></Subscribe>
component to wrap my component, but I was getting an errorUncaught [Error: Missing Subscribe!]
. So I brought down my implementation and followed the docs word for word, but the error didn't go away. Below is the code and the error:Steps to Produce
npm start