This is expected behavior. Virtual (transient) properties cannot be queried on because they don't exist in the store
@JohnEstropia commented on GitHub (Jun 16, 2023):
This is expected behavior. Virtual (transient) properties cannot be queried on because they don't exist in the store
If you try to use the type-safe predicates, you'll get a compiler error instead because this is not supported:
.where(\.virtualProperty==true)
@JohnEstropia commented on GitHub (Jun 16, 2023):
If you try to use the type-safe predicates, you'll get a compiler error instead because this is not supported:
```swift
.where(\.virtualProperty == true)
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @noppefoxwolf on GitHub (Jun 14, 2023).
When it not using virtual property, listPublisher2 has snapshot.
@JohnEstropia commented on GitHub (Jun 16, 2023):
This is expected behavior. Virtual (transient) properties cannot be queried on because they don't exist in the store
@JohnEstropia commented on GitHub (Jun 16, 2023):
If you try to use the type-safe predicates, you'll get a compiler error instead because this is not supported: