-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resq queries should consider the HTMLElement (node) objects rather RESQ objects #76
Comments
I redacted my last message cause I misunderstood the problem. This does seem like a bug and weird behaviour, I wonder if it's related to React 17. I will investigate this over the weekend. |
Hi @baruchvlz , is there any update for the ticket? |
Hey @abhinaba-ghosh , I currently do not have the time to look into this issue. Sorry for the inconvenience. Could you try to reproduce this error using React 16? |
Hi @baruchvlz according to this, the issue is observed in React 16 as well. |
Yea, that's my bad I meant to ask about React 17, sorry. I have a bit more time in the coming weeks, I'll take a look at this again. |
@baruchvlz This happens with React 17 too. Do you have an update on this? |
Hey @baruchvlz why this is closed? Let me know if this is solved. |
It's not solved. This ticket has been opened for a while and has gained no traction so I closed it. I'm not the only one that can write code and I don't have the time to debug the library. |
I can understand that. But still this is not the proper justification of closing the issue. Let it be opened until a decision made for this. |
Hi @baruchvlz
The JSX:
FETCH Products:
The outcome:
Expectation:
As per (Type definition)[https://github.com/baruchvlz/resq#type-definition],
node
returns the real HTMLElement soresq$ /resq$$
should consider thenode
rather than the RESQ objectNow, surprisingly, for a different react example, everything works as expected.
So, what's really happening for the above example that RESQ is behaving differently?
The text was updated successfully, but these errors were encountered: