saostad

Results 10 issues of saostad

### On which framework/platform would you like to see this feature implemented? React ### Which UI component is this feature-request for? Other ### Please describe your feature-request in detail. What's...

feature-request
React
Primitive

First of all thank you for awesome library. When I add component to my form, it throw an error in console: > Uncaught TypeError: Cannot read property 'postMessageId' of null...

what's the recommended way to create a single executable file from a node js app that using the keytar in it? I tried pkg and boxednode but couldn't create a...

question

### Description in windows 10 build 19042.804 passwords created by Windows credential manager, comes back with NUL Characters. ### Steps to Reproduce ``` // t.js const keytar = require("./lib/keytar"); keytar.findCredentials("test_cred").then((result)...

typescript compiler fails to compile. Packages: ``` "nexus": "^0.12.0-rc.5", "typescript": "^3.7.2", ``` Error Message: ``` src/graphql/schema/ad/query.ts:9:7 - error TS2345: Argument of type '{ type: string; nullable: true; authorize: () =>...

Hi, I had difficulty to get it to work with the Sveltekit, after some research found a solution. if it's acceptable please include it in the docs, so other people...

the library works with .json files but when I tried to load a .lottie file, I got error below: ``` lottie.js:1157 Uncaught DOMException: Failed to read the 'responseText' property from...

I need to extract the Chrome extension files for an electron app. is there a way to extract/unpack the crx3 files?

thanks for your work. is there any way to use it with create-react-app-typescript ?