Skip to content
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

React.memo and memoCustomCompareProps aren't implemented/stub #165

Open
davesnx opened this issue Aug 15, 2024 · 0 comments
Open

React.memo and memoCustomCompareProps aren't implemented/stub #165

davesnx opened this issue Aug 15, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@davesnx
Copy link
Member

davesnx commented Aug 15, 2024

(* let memo f : 'props -> React.element = f *)
(* let memoCustomCompareProps f (_compare : 'props * 'props -> bool) = f *)

Those 2 functions should do nothing, and return the element as is

@davesnx davesnx added the bug Something isn't working label Aug 15, 2024
@davesnx davesnx added the good first issue Good for newcomers label Nov 14, 2024
@davesnx davesnx changed the title React.memo isn't available on the server React.memo and memoCustomCompareProps aren't implemented/stub Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant