martingoodloans

Results 1 comments of martingoodloans

I only noticed this happening when providing a function to the `setTheme` function. e.g ``` setTheme((prev) => prev === 'dark' ? 'light' : 'dark') ``` This sets the function as...