False negative when passing a reactive value to a create* or use* function via an object property #57
Labels
bug
Something isn't working
reactivity v2
To be addressed in the rewrite of the solid/reactivity rule
Describe the bug
The
untrackedReactive
error should be generated the same way for an object property as it is for a direct argument, but it isn't.To Reproduce
Expected behavior
The same error should be generated in both cases
Environment (please complete the following information):
node --version
): v16.18.0eslint-plugin-solid
version (npm list eslint-plugin-solid
/yarn why eslint-plugin-solid
): [email protected]eslint
version (npm list eslint
/yarn why eslint
): [email protected]Additional context
The issue might have been introduced by this commit: 227d02f
The text was updated successfully, but these errors were encountered: