-
The following code:
```rescript
@react.component
let make = () => {
let className = React.useMemo0(() => "rescript + react + emotion + styled-ppx rocks!")
}
```
...triggers an error:
`…
-
翻译
-
翻译
-
翻译
-
i use create-react-app and use this module. But when i import it will show this error:
> ./node_modules/vtk.js/Sources/Filters/General/PaintFilter/index.js
Attempted import error: 'vtk.js/Sources/…
-
It took me a few hours to figure it out using the src
```tsx
// src/layers/CustomLayer/index.tsx
import { forwardRef } from "react";
import { Abstract } from "lamina/vanilla";
import { LayerP…
-
## The problem
When trying using `useRef` in a `Paper.TextInput` the rescript throws `This has type: React.ref => unit`
### How to reproduce
Steps to reproduce:
1. Define a ref with us…
-
## Proposal
Rewriting the bindings by the polymorphic variant using the untagged variant in ReScript v11. e.g. https://github.com/rescript-react-native/rescript-react-navigation/blob/main/src/Nativ…
-
Just wanted to say that this is a cool project!
I'm wondering, could you at some point do a renewed assessment of what'd be needed from the ReScript side to support SolidJS more "natively", now wit…
-
Hi @ryyppy,
Rescript beginner here, I'm digging around nextjs with rescript.
I've seen in all your pages that you can't re-export directly the default, because of fast refresh and the name `$$defaul…