Loriage

Results 16 comments of Loriage

Hello there! I'm new to open-source contribution and I'm interested by your issue! Can I take a look at it? Thanks in advance

Hello @iusehooks The changes you requested are up!

Hello there! I'm new to open-source contribution and I'm interested by your issue. Can I take a look at it? Thanks in advance

Hello @iusehooks ! I have started to work on this issue today. Do you want to run the tests on a specific (demo?) website or on a test page running...

Hi, Of course for the new script! My question is: Should I run the test on a demo website/page. Usetheform is a node module if I have well understand, not...

Hello @iusehooks, I'm facing an issue when I'm trying to run a react app with the content of the repo as module. Here the error: src/usetheform/hooks/useField.js Line 465:27: React Hook...

@iusehooks Of course! ./testers/App.js: ```import React from "react"; import { Form, Input, useValidation } from "./usetheform"; const preventNegativeNumber = (next, prev) => (next value && value.trim() !== "" ? undefined...

Here my installation script: ` #!/bin/env sh cp -r src/ testers/src/usetheform \ && cd testers \ && npm start` So basically, I copy-paste the sourcefiles of usetheform to my react...

Yes of course ![image](https://user-images.githubusercontent.com/32834445/111832583-491c0100-88f1-11eb-9f1f-0e8b6370f965.png) ![image](https://user-images.githubusercontent.com/32834445/111832606-546f2c80-88f1-11eb-817e-6e708a753576.png)

testers/usrc/usetheform/ is a copy of src/