Nicholas Rice

Results 41 issues of Nicholas Rice

### Current behavior min-repro here: https://github.com/nicholasrice/enzyme-react-wrapper-update-repro Using `mount` to mount a component, calling the `update` method of the returned `ReactWrapper` instance does not seem to be forcing a re-render. With...

bug
help wanted

# Pull Request ## 📖 Description This PR expands the structures assignable as DesignToken roots to include the 'PropertyTarget' types. This will facilitate SSR scenarios by allowing authors to register...

# 🙋 Documentation Request #6171 refactored DesignToken and changed the API. Documentation should cover: - Changes to the subscribe & unsubscribe methods (no "target" argument anymore) - DesignToken Resolver pattern...

area:fast-foundation

# 🙋 Feature Request Implement a DesignToken resolution strategy that correctly resolves DesignTokenNode hierarchies in SSR environments. ## 🤔 Expected Behavior ## 😯 Current Behavior The default resolution strategy implemented...

area:fast-foundation

# 🙋 Feature Request DesignToken should support registration of a root that can be used in SSR environments to store and emit CSS custom properties for a compilation context. ##...

area:fast-foundation

# 🙋 Feature Request `@microsoft/fast-element` exposes several API's to programmatically add style elements to light and shadow DOMs when constructable stylesheets are not supported. Because these stylesheets are injected into...

improvement
status:needs-investigation
area:fast-element
compliance:security

SSR has two features that require client-side JavaScript code to be executed prior to custom element parsing on the client; 1. The `FASTStyle` custom element 2. command-buffering custom element For...

improvement
status:needs-investigation
area:ssr

Create a single application hosting the fast-color-explorer, fast-component-explorer, and any future exploration sites.

feature
warning:stale
status:planned
area:site

We should add documentation to address questions about our form-associated custom elements. We should address: 1. What is form association? What does it enable? 2. Which components are form-associated? 3....

chore
docs:article
area:fast-foundation

See #6215 for context. fast-ssr README.md contains a support matrix for fast-element directives that all like to relevant documentation, except for the `render` directive which at this point in time...

status:blocked
docs:api