Jared Dahlke

Results 9 issues of Jared Dahlke

my requirement is that it behaves like a SELECT component. Has anyone been able to implement this? (dropdown with multi select)

question

hello I am new to this but I am using "customize-cra": "1.0.0" I am seeing that on production builds there is an unwanted file that is being auto generated: How...

react-hot-toast version 1.0.1 I am getting this error when I try to run a test on a file that uses react-hot-toast TypeError: goober.keyframes is not a function

hey guys, I saw the other question about this but it did not help me. I have tried multiple ways to get this to work but cannot seem to make...

question

Hello and thank you for the package Chris! I finally managed to get the authentication working but am now getting an error. Here is my code, followed by the error:...

I'm curious if anyone has been able to use passport-lnurl-auth strategy with this. here is simple working example of how to do with Express server: https://github.com/chill117/passport-lnurl-auth/blob/master/examples/simple.js Here is my attempt:...

![image](https://github.com/sadmann7/skateshop/assets/32936978/f27d85b9-bb6d-4e89-976a-12eef000ec39)

Here I tried to use next-connect to do this in the Next api. It doesn't work but feels like I am close. https://www.npmjs.com/package/next-connect ``` // pages/api/hello.js import nc from 'next-connect'...

We need a NextJS example that uses pages/api (not a custom server). I’ve been working on this for weeks and can’t get it to work