Best practice for testing this library against a project #223
miguel-flowalytics
started this conversation in
General
Replies: 1 comment
-
This is a pretty common issue when using If you're looking to reproduce the issue for a bug report, you might try doing so in a codesandbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I may have encountered a bug, but it's hard to identify unless I have this library yarn linked to my project to walkthrough the internal code for
useFieldArray
.I was hoping to get some pointers on how to get this library set up locally for verifying my issue. 😅
I soon realized this project was using workspaces, I tried
yarn workspace remix-validated-form link
, but that didn't do anything.I also tried by running yarn install and yarn link under
/packages/remix-validated-form
. I'm sure that's not an intended approach, but I managed to get an error:Ultimately, it could be a red herring. So just wanted to follow up with the community and see what's the correct approach.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions