kerrick
kerrick
SSolidJS
Created by kerrick on 9/1/2023 in #support
Jest, TypeScript, and @solidjs/router
As it turns out, the problem somehow ended up being that I was using a .babelrc file. When I switched it to babel.config.js it started working. 🤷
2 replies
SSolidJS
Created by kerrick on 8/20/2023 in #support
What should I use if I want features of both Resources and Stores?
I tried that, but the storage option requires that the setter has the same signature as the setter from createSignal -- therefore there's no ability to pass a series of strings, filter functions, and ranges like there is with a Resource.
6 replies