Hi team. we met an error when evaluating features....
# announcements
h
Hi team. we met an error when evaluating features. Any suggestions to bypass this error?
f
thats interesting, looking
h
we are currently trying to reproduce this error as well. haven’t got luck yet.
f
I wonder if there was a transitional error while the feature Json was being updated? you can't reproduce it?
h
it’s strange.. we can’t reproduce it locally. but it happens in our prod.
we can’t reproduce the exact error message. but it can still error out when user attributes is in nested format and when it’s null. like the rule is checking
address.state
but
user.address
is
null
. it will error out. seems like the mongorule didn’t handle edge cases properly
f
okay, thanks for this, we'll take a look
f
Thanks for catching this. I'm able to reproduce. Adding test cases and pushing out a new version in a few minutes
The javascript SDK has a new version out 0.17.1 now that fixes this issue
h
We are using it in RN project. So It's updated as well right?
f
The js SDK is a dependency of the react SDK. You might need to update the version in yarn.lock or package lock file
1