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

feat: migrate to spago@next #57

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

Conversation

srghma
Copy link

@srghma srghma commented Mar 27, 2025

No description provided.

codegen/index.js Outdated
@@ -65,29 +73,45 @@ import Effect.Unsafe (unsafePerformEffect)
import Foreign.Object (Object)
import Prim.Row (class Union)
import React.Basic (JSX, ReactComponent, Ref, element)
import React.Basic.DOM.Internal (SharedSVGProps, unsafeCreateDOMComponent)
import React.Basic.DOM.Internal (SharedSVGProps, unsafeCreateDOMComponent, CSS)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added CSS here and

`const elAttrs = svgProps[elName].map(changeCase.camelCase);`

to

`const elAttrs = svgProps[elName]["*"].map(changeCase.camelCase);`

all other is formatting

@srghma srghma force-pushed the update branch 2 times, most recently from ffcd57d to 82600d4 Compare March 29, 2025 06:18
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.

1 participant