Ronald Castillo
Ronald Castillo
@arunkmr25 did you have a workaround for this?
I also have been having over 100% CPU usage but clearing my queues from time to time seems to resolve my CPU usage and I'm actually able to hear other...
@fzn0x I appreciate the prompt response. It is `5.4.5` unfortunately.
I tried `5.3.3` and `4.9.5` and still seeing the same thing. If I manually add the export on the CloudFrontResult interface in the node_modules, that seems to resolve the problem...
@yusukebe That's very strange. What version of node are you using? I tried v22 and v18 and still experienced this issue 🤔
Yes, that worked. The tsconfig.json file differs greatly from the one generated by following the documentation. Because of this, I was able to locate the issue. Here is the tsconfig.json...
I'm going to close this out for now. For anyone else who encounters this remove `"declaration": true` fixes this problem.
I've been able to install and use it in my react expo project just fine.
@YahyaBagia This is how I used it: ``` import { useBetween } from "use-between" import { useState } from "react" const useCart = () => { const [cartItems, setCartItems] =...