microsoft / essex-toolkit

Provides a set of useful tools, utilities, reusable components, and React hooks that are designed to capture common components and utilities common among Essex Alpha team projects.
https://microsoft.github.io/essex-toolkit/
MIT License
19 stars 7 forks source link

Allow for reference-able node-configuration #253

Closed darthtrevino closed 3 months ago

darthtrevino commented 3 months ago

Node configuration must now either be a primitive value (bool, int, str), or a ValRef container, which may contain a literal value or a reference to a global configuration name.