Skip to content

Current master bits: es5 bundle breaks due to non-transpiled dependencies #2559

@corinagum

Description

@corinagum

Version 4.6.1

Describe the bug

Web Chat does not work in IE11; with errors:
image

To Reproduce

Steps to reproduce the behavior:

  1. Run 01.b.getting-started-es5 sample
  2. Open in Internet Explorer
  3. Open console
  4. See errors match screenshot above

Expected behavior

Web Chat should work in IE11

Additional context

It looks like the bump of remark caused this issue due to is-plain-obj not being transpiled. unified, a child of remark, uses is-plain-obj even though the package is intended for node environments, not the browser. To get rid of this problem we'll have to find which version of remark doesn't ultimately use is-plain-obj version 2.0

TL:DR; de-bump remark

[Bug]

Metadata

Metadata

Assignees

Labels

bugIndicates an unexpected problem or an unintended behavior.p0Must Fix. Release-blocker

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions