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
This is a hard one. Our new template has one difference with CRA, which is that we support decorators. We released with this support and I realized this too late to remove it from the template. As I understand this is the cause of the error, having decorator support and class transform, right?
If that's the case there's not much that we can do currently except for waiting for either:
Hi, upon using codesandbox I found the following issue:
Code:
Expected:
static hi
to be equal to'__hello__'
Result:
_TypeError. Cannot read property 'hello' of undefined
Kind regards,
Jamal
The text was updated successfully, but these errors were encountered: