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
When building my app using rollup, two warnings are thrown due to the position of the /#PURE/ annotation in both .../ox/_esm/core/Address.js and ox/_esm/core/internal/cursor.js
This same issue was reported and fixed here: 20 but seems like a regression has happened in latest versions.
P.S. In the reproduction, a circular dependencies warning and another error is thrown along with the other warning reported, but I am not getting those in my actual app.
Check existing issues
Ox Version
0.6.9
Current Behavior
Hi, I am using [email protected] which uses [email protected] under the hood.
When building my app using rollup, two warnings are thrown due to the position of the /#PURE/ annotation in both
.../ox/_esm/core/Address.js
andox/_esm/core/internal/cursor.js
This same issue was reported and fixed here: 20 but seems like a regression has happened in latest versions.
P.S. In the reproduction, a circular dependencies warning and another error is thrown along with the other warning reported, but I am not getting those in my actual app.
Expected Behavior
No rollup warnings are thrown.
Steps To Reproduce
No response
Link to Minimal Reproducible Example
https://github.com/paro-paro/0x-rollup/
Anything else?
The text was updated successfully, but these errors were encountered: