You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the need
I would like to exclude the whole class of functions from solid/reactivity check based on prefix (query*)
Suggested Solution
customReactiveFunctions to accept regexes or wildcards as a function name
Possible Alternatives
different configuration parameter: reactiveFunctionPrefixes
Additional context
I am using solid-query which is reactive by itself. I know all create* and use* functions are excluded by default, but I want to use different prefix (query* or fetch*)
I would be willing to contribute a PR to implement this feature
The text was updated successfully, but these errors were encountered:
Describe the need
I would like to exclude the whole class of functions from solid/reactivity check based on prefix (query*)
Suggested Solution
customReactiveFunctions to accept regexes or wildcards as a function name
Possible Alternatives
different configuration parameter: reactiveFunctionPrefixes
Additional context
I am using solid-query which is reactive by itself. I know all create* and use* functions are excluded by default, but I want to use different prefix (query* or fetch*)
The text was updated successfully, but these errors were encountered: