Replies: 1 comment 2 replies
-
Thanks for report. I will check. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I upgraded the package version of @bbob/react and @bbob/preset-react from 2.9.0 to 3.0.2 in my React application and started seeing this error:
TypeError: presetHTML5.extend is not a function
.I was previously importing from the package like so:
but have found that since upgrading, the only way I've found to fix the error is to include
/lib
in the import path:Is this an expected change to have to make when using the latest version?
Beta Was this translation helpful? Give feedback.
All reactions