Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bad example in fast-foundation/src/accordion/README.md #6938

Closed
guimard opened this issue Apr 12, 2024 · 1 comment
Closed

fix: bad example in fast-foundation/src/accordion/README.md #6938

guimard opened this issue Apr 12, 2024 · 1 comment
Labels
closed:obsolete No longer valid status:triage New Issue - needs triage

Comments

@guimard
Copy link

guimard commented Apr 12, 2024

馃悰 Bug Report

When trying this example given in fast-foundation/saccordion/README.md with the current master branch, I got an error.

馃捇 Repro or Code Sample

Example from doc

import { Accordion, accordionTemplate as template } from "@microsoft/fast-foundation";
import { accordionStyles as styles } from "./my-accordion.styles";

export const myAccordion = Accordion.compose({
    baseName: "accordion",
    template,
    styles,
});

馃 Expected Behavior

tsc success.

馃槸 Current Behavior

error TS2305: Module '"@microsoft/fast-foundation"' has no exported member 'Accordion'

馃敠 Context

Trying to update jupyter-ui-toolkit

馃實 Your Environment

  • OS & Device: Linux Debian
@guimard guimard added the status:triage New Issue - needs triage label Apr 12, 2024
@janechu
Copy link
Collaborator

janechu commented May 29, 2024

Unfortunately @microsoft/fast-foundation is being deprecated, refer to #6955.

@janechu janechu closed this as completed May 29, 2024
@janechu janechu added the closed:obsolete No longer valid label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:obsolete No longer valid status:triage New Issue - needs triage
Projects
None yet
Development

No branches or pull requests

2 participants