Daniel J. Lewis
Daniel J. Lewis
THANK YOU for raising this question and the solution! I was also running into this problem. Except in my case, I would have multiple `Image` components in my `div`, but...
Any fix for this? Has anyone tested in Next.js 14?
Aside from `useEffect()`, any better workarounds or updates about Next.js app router support?
@anoop0567, no. I'm forced into `useEffect()` with state within a client component. Like this: ```js const [device, setDevice] = useState(); useEffect(() => { if (isIOS) { setDevice("ios"); } if (isMacOs)...
Smacking my head! I didn't realize the Binance.US converter is only in the unreleased version.
Still having problems! Here's the error now that it ran through my transactions: ``` ERROR Unexpected error: "[]" row[44348] ['REDACTED', '2023-12-27 06:19:43', 'Spot Trading', 'Sell', 'REDACTED', '2315908486', '', '', '',...
I get thousands of those errors. I'm working with a CSV that goes back to 2021, so there's a mix of USD and USDT. Should I rename or merge some...
It turns out the headings are the same in the CSVs for each year. Thanks for the tip on merging them with conv. I tried to consolidate them for TurboTax,...
That test file worked! But I got 2 (at least it's only 2) more errors when I ran my full 2021–2023 CSV. (Account and transaction numbers replaced.) ``` row[38581] ['12345',...
And in the `bittytax` command on my full file, I got this one error (strange that it's a negative transaction on a staking reward). ``` import: 'Binance.US' row[32345] ['Staking', '-0.005213',...