-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Description
Eager to test the new enhancement in #35446, I updated the @ampproject/amp-base-carousel
npm package to the latest version (1.2108190446.0
) only to find out that it's now totally broken.
Both the Preact and the React components have bent
on their first line, causing ReferenceError: bent is not defined
errors when trying to use them.
For reference, here are the first 7 lines of component-react.max.js
:
bent
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
And some screenshots:
Reproduction Steps
Install @ampproject/amp-base-carousel
and try to use the React or Preact component in an application.
Relevant Logs
ReferenceError: bent is not defined
Browser(s) Affected
No response
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
2108190446000
westonrutercaroqliu