Mart

Results 23 comments of Mart

It is unfortunate this package does not get updated with a major version to change the dependency to a newer version of React (17+). A project I am working on...

Could you move it to the dev-dependencies? That would be proper.

That is not an error; it is a warning. Yes, you are right -- some library might still be using prop-types the old way. That warning would likely be resolved...

```"sequelize": "^6.31.0",``` @1tayH I have the exact same problem. Which leads me to stop using virtual fields since it's pointless if they expose dependent fields necessary for the computation of...

I've been trying to pass `publishableKey` to the Express middleware (`"@clerk/clerk-sdk-node": "^5.0.0",`): ``` createClerkExpressWithAuth({ clerkClient: createClerkClient({ secretKey: 'sk' }), publishableKey: 'pk', }) ``` but it always appears as empty string...

@cenobitedk hey thanks for the message. Instead of trying to pass the values with the constructor functions, I ended up letting it automatically detect it as Clerk usually presents in...

@guiv42 thank you for the detailed guide. I am currently facing issues trying to run the profiler. I have: ``` >java -version openjdk version "22.0.1" 2024-04-16 OpenJDK Runtime Environment (build...

@guiv42 for some reason I lost the tab I was using, so I had to use a different one. Here's the test again. [fretting-hand-exercise-1234.zip](https://github.com/user-attachments/files/23395596/fretting-hand-exercise-1234.zip) ## Without recording the screen (recorder...