We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following CommonJS reexports pattern is not currently supported:
var _styles = require("./styles"); Object.keys(_styles).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _styles[key]; } }); });
will aim to post a PR and release soon.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The following CommonJS reexports pattern is not currently supported:
will aim to post a PR and release soon.
The text was updated successfully, but these errors were encountered: