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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: wrap apps with theme, include extensions and add docs for the hook #7

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

tujoworker
Copy link
Member

No description provided.

@tujoworker tujoworker force-pushed the feat/wrap-provider branch 14 times, most recently from 636ac7c to 0508731 Compare September 27, 2023 17:00
Update README.md

Co-authored-by: Anders <anderslangseth@gmail.com>
@tujoworker
Copy link
Member Author

It took some time to get the CI up and running again. Not sure why it did not work anymore. But it works now that we call the playwright install within the workspace, where we run the test:

yarn workspace e2e playwright install

@tujoworker tujoworker merged commit 7491483 into main Sep 27, 2023
@tujoworker tujoworker deleted the feat/wrap-provider branch September 27, 2023 17:16
@github-actions
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -1,4 +1,5 @@
import React from 'react'
import { Theme } from '@dnb/eufemia/shared'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seem like this import causes the following issue:

 ERROR #98124  WEBPACK.DEVELOP-HTML

Generating development SSR bundle failed

Can't resolve '@dnb/eufemia/shared' in '/Users/anderslangseth/dev/eufemia/node_modules/gatsby-plugin-eufemia-theme-handler'

If you're trying to use a package make sure that '@dnb/eufemia/shared' is installed. If you're trying to use a local file make sure that the path is correct.

File: ../../node_modules/gatsby-plugin-eufemia-theme-handler/themeHandler.js:2:0

Also reported here: https://github.com/dnbexperience/eufemia/pull/2671/files#r1339666868

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants