Commit 44b44ca
fix: normalize addOns argument for Windows PowerShell/Command Prompt … (#67)
This pull request proposes the following work:
- it was detected that, in windows machines using PowerShell/Command
Prompt, the arguments passed on the addOns argument was passed as a
string with spaces, rather than an array.
| Before | After |
|:--:|:--:|
|
||
However, this doesn't address the bug on #64 of TanStack forms not
finishing its setup.
Co-authored-by: Erick Rodriguez <tbogard@outlook.com>1 parent f6124a4 commit 44b44ca
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
0 commit comments