-
https://forum.rescript-lang.org/t/call-for-help-2-test-jsx-v4/3781/22?u=moondaddi
As of JSX v4, the component can be written without `@react.component`. The issue came from the binding to the compone…
-
Warning: react-signature-pad-wrapper: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pa…
-
Technically, it is not necessary for an object to be a `Promise` in order to `await` it.
Take [the following TS code](https://www.typescriptlang.org/play?target=99#code/MYewdgzgLgBFCm0BcMAKAnEBbAlh…
-
After #6874, I have the following problem:
```rescript
module FormattedMessage = {
@react.component @module("react-intl")
external make: (~id: string, ~defaultMessage: string) => React.eleme…
-
https://rescript-lang.org/try?version=v10.1.2&code=ALBWGcA8GEHsDsBmBLA5gCgN4DcCmAncZBALgAIBmAXwEoAoOgW1gBMBXAG1zIEklYAguDIBeMpjpkywZuy7oARMADGAQ3wdVAekQdY+VQprT8uVcoAuAOmWxGABwS54FyWVyQLBeKo5lGqgDWuOT…
DZakh updated
2 months ago
-
Noticed a few of these are not bound yet and started working on adding them:
- `vi.advanceTimersByTimeAsync`
- `vi.advanceTimersToNextTimerAsync`
- `vi.getTimerCount`
- `vi.clearAllTimers`
- `v…
-
On current master, `RescriptReactRouter.useUrl()` crashes.
The actual crash is in the first line of `RescriptReactRouter.hash()`:
```js
function hash() {
let window = typeof window === "unde…
-
According to the docs at [genType first class modules]( https://rescript-lang.org/docs/gentype/latest/supported-types#first-class-modules) I should be able to use syntax like `export ...` but this doe…
-
Tagged templates seem to format special characters erroneously, for example `“` gets compiled into `\xe2\x80\x9c` which gets parsed/printed/shown as `â`
Example playground file:
https://rescript…
HrX03 updated
5 months ago
-
Thanks for creating the bindings for Zora, it's quite a nice testing suite for rescript!
Sometimes you don't want to write a test message for an assertion, would you be open to a PR that would chan…