-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix issues when using ReactElements in first-order types #285
Conversation
Looks like the build is failing due to incompatibility with 2.13? Will take a detailed look ASAP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass. I'm not super sure if we should be dealing with so many types right now. The main pain points are when using sequences and options, so maybe we should consider just providing conversions for those to start.
tests/src/test/scala/slinky/core/annotations/ReactAnnotatedComponentTest.scala
Outdated
Show resolved
Hide resolved
Could you merge with master? I recently switched the CI to GitHub Actions, looks like it doesn't run unless the configuration is present in your branch. |
Ah, the build docs failure is my mistake. I'll get that fixed in a bit. |
I have cleaned up the Git history so it aligns with existing style. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple more changes, but almost there! Will need a rebase again to fix the bundlesize CI failures.
tests/src/test/scala/slinky/core/annotations/ReactAnnotatedComponentTest.scala
Show resolved
Hide resolved
tests/src/test/scala/slinky/core/annotations/ReactAnnotatedComponentTest.scala
Outdated
Show resolved
Hide resolved
tests/src/test/scala/slinky/core/annotations/ReactAnnotatedComponentTest.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for this awesome improvement!
No description provided.