Shekhar Khedekar

Results 8 comments of Shekhar Khedekar

@shrekuu we we're doing that as well, but we also needed to reference `resolvedTheme` in the nested theme, which always referenced the top level theme and produced inaccurate results.

Here's what we are doing in the meantime: ```ts import { useTheme as nextUseTheme } from "next-themes"; export const useTheme = () => { const nextTheme = nextUseTheme(); const resolvedTheme...

I’d like to take this on. I’ll put up a pull request for this.

> that works be great can I suggest that you try not to change the code beyond adding the types. you may well see refactorings and improvements to the algorithm,...

@simonh1000 please add me as a collaborator on this repo

@simonh1000 took another fresh pass on this with a priority to minimizing any changes to the library. Instead, I just focused on converting to TS. LMK what you think

I'm assuming this would apply to commands like `startRecording` so we can interpolate env vars as well. Thanks for taking this on!