storybookjs / mdx1-csf

MDX to CSF compiler using MDXv1
MIT License
4 stars 12 forks source link

Remove uses of `AddContext` #13

Open tmeasday opened 2 years ago

tmeasday commented 2 years ago

Issue: https://linear.app/chromaui/issue/SB-465/remove-call-to-addtemplate-from-mdx-generators

What Changed

We longer need to add to the docs context in SB7, so we can simplify things a little.

How to test

https://github.com/storybookjs/storybook/pull/18709

📦 Published PR as canary version: 0.0.5-canary.13.9ce928a.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/mdx1-csf@0.0.5-canary.13.9ce928a.0 # or yarn add @storybook/mdx1-csf@0.0.5-canary.13.9ce928a.0 ```