Dragoș Străinu
Dragoș Străinu
@antoniocapelo, did you find a solution to your problem? I have a structure like: ```bash /Boilerplate/Boilerplate.scss /Boilerplate/Boilerplate.tsx /Boilerplate/index.ts ``` but the tool only generates: ```bash /Test.scss /Test.tsx ```
This task was postponed. But solving another issue I change to `Relative to Project`. Will try to add again `react-native-version` in the future.
@meafmira, `response` is a record `mytype_encode(response)` returns `Js.Json.t`. Maybe **bs-axios** can do `Obj.magic` under the hood. and take `Js.Json.t` as a POST body and also return `Js.Json.t`?!
Any updates on this? @Jolg42 @f
Any updates on this?
Looks like *NumericInput* do not rerender when `value` prop is changed. I have a similar issue ```ts const [gratuityAmount, setGratuityAmount] = useState(0); function onNumericInputChange(value: number): void { const valueInCurrency: number...
1. Use https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll to query all elements that can have text 2. Use these properties to get and set elements text - https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText - https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML - https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent 3. https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver can...
@RicardoE105 Firstly I thought about making the package ready to be used with https://unpkg.com/[email protected]/index.js. Secondly, as I understand libraries and frameworks like React, Angular, and Vue, compile packages to be...
I think we need to use one of these solutions to find all nodes with text: https://stackoverflow.com/questions/2579666/getelementsbytagname-equivalent-for-textnodes#2579869
WIP at https://github.com/strdr4605/mockingcase/blob/parse-all-html/src/mockingcase.js#L121