Entry instances preserved in useModel hook when making the base expre…#617
Entry instances preserved in useModel hook when making the base expre…#617
Conversation
…ssion enumerable so hidden properties and functions remain accessible
WalkthroughThe update reorganizes import statements and adjusts formatting for type annotations in the Changes
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bug fix for
useModelhook in@coasys/ad4m-vue-hooksModel instances are now preserved when making the
baseExpressionproperty enumerable so hidden properties and functions remain accessible in the returned results.Previously we added the
baseExpressionproperty to a new object that spread the entries properties, loosing hidden properties and methods on the instance.Summary by CodeRabbit