You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiled with tsc es modules contains top level this which does not exist in es module. Rollup for example warns about it's usage. TS users usually recommend switching transpilation to babel.
bundler bug
Overview of the problem
I'm using re-resizable version 6.9.0
I am sure this issue is not a duplicate? yes
Description
Compiled with tsc es modules contains top level
this
which does not exist in es module. Rollup for example warns about it's usage. TS users usually recommend switching transpilation to babel.Steps to Reproduce
https://unpkg.com/browse/[email protected]/lib/index.js
https://codesandbox.io/s/ll587k677z
Expected behavior
No
this
Actual behavior
this
The text was updated successfully, but these errors were encountered: