-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs/next/api/filter-api/ #7
Comments
I get the following in the console if I do the same as described above. "Cannot read property 'define' of undefined" I know it's a beta. Could you tell me what the correct spelling is? |
I found the mistake. |
Hi @littlejak20! Are you sure you're using Squirrelly v8 and not Squirrelly v7? You can install Squirrelly v8 with |
Sorry that I answer so late. |
@littlejak20 glad to hear the problem was resolved 🎉 |
I think Filter don't allow parameters as shown here, might be an issue I'm using v8 + Typescript |
@ilanl filters can accept parameters, it looks like I just miswrote the type. The problem is here. I think we should just be able to change:
to
or maybe even
Would you be willing to submit a PR for this? |
For sure :) I'll submit the PR. And need to add this scenario to the tests I have a failure. Pls explain why. @nebrelbug |
Filters API | SquirrellyJS
Filters let you pass a value through functions.
https://squirrelly.js.org/docs/next/api/filter-api/
The text was updated successfully, but these errors were encountered: