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

Fix: changing import syntax slightly to ensure success with create-next-app #28431

Merged
merged 2 commits into from Aug 24, 2021
Merged

Fix: changing import syntax slightly to ensure success with create-next-app #28431

merged 2 commits into from Aug 24, 2021

Conversation

ejscribner
Copy link
Contributor

@ejscribner ejscribner commented Aug 24, 2021

Just a small change to recently merged PR; for some reason import couchbase from 'couchbase' is not working correctly when I use create-next-app to bootstrap with the with-couchbase example, despite initially working within my local next.js directory. The wildcard import fixes that issue. Thanks!

Documentation / Examples

  • Make sure the linting passes

@ijjk ijjk added the examples Issue/PR related to examples label Aug 24, 2021
@kodiakhq kodiakhq bot merged commit f78ebd0 into vercel:canary Aug 24, 2021
@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants