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

Fixes signature missmatch for component definitions #201 #203

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

davesnx
Copy link
Member

@davesnx davesnx commented Feb 3, 2025

Fixes #201

Here we need to be cautious since shared code won't work with signatures (due #112). This PR adds the signature changes to work nice with native code only (we add an optional "key" argument and the last unit argument)

@davesnx davesnx changed the title remove unused code and extract it into a gist Fixes signature missmatch for component definitions #201 Feb 3, 2025
@davesnx davesnx force-pushed the main branch 2 times, most recently from 3e10661 to d73a247 Compare February 6, 2025 15:43
… into issue-201-signature-mismatch

* 'main' of github.com:ml-in-barcelona/server-reason-react: (21 commits)
  Create a basic usage page
  remove option from SearchField
  Documentation names linked properly
  Migrate to a app component
  filter notes by title
  install missing deps manually in the dockerfile
  update name in cfrs
  align readme and docs
  fix table
  push docker with 2.3 and _opam ignore
  polish readme with 0.1 vibes
  polish readme with 0.1 vibes
  rename melange-fetch to fetch
  update ci opam to 3.2.5
  fix docs command
  use odoc-driver for 3.0 docs
  remove shit
  push docs
  remove mint and fix docs
  push change by git
  ...
…lona/server-reason-react into issue-201-signature-mismatch

* 'issue-201-signature-mismatch' of github.com:ml-in-barcelona/server-reason-react:
  Create a basic usage page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Signature mismatch while using recursive modules
1 participant