You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `extraFiles` prop to the `Demo` component. It allows to pass extra files that will be added to the Codesandbox instance.
2
-
- Updated the `IMPORT_REGEX` to include relative imports so that all imports are removed from the snippet. All references have to be provided through`Demo`prop called`scope`.
2
+
- Updated the `IMPORT_REGEX` to include relative imports so that all imports are removed from the snippet. All imported references have to be passed to`Demo`in the`scope` prop.
0 commit comments