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 bug
Stencil Client when configured for ondemand refresh it uses ProtoParserWithRefresh which checks for any unknownfields and refreshes the cache, but unknownfields does check only in the root proto, so for nested protos if there are new fields being added it won't refresh the cache.
To Reproduce
Create a proto & add a new field at a nested level or modify an enum this should be reproduced in that case while deserializing
The text was updated successfully, but these errors were encountered:
Describe the bug
Stencil Client when configured for ondemand refresh it uses ProtoParserWithRefresh which checks for any unknownfields and refreshes the cache, but unknownfields does check only in the root proto, so for nested protos if there are new fields being added it won't refresh the cache.
To Reproduce
Create a proto & add a new field at a nested level or modify an enum this should be reproduced in that case while deserializing
The text was updated successfully, but these errors were encountered: