Bert McCutchen
Results
2
issues of
Bert McCutchen
Motion fails to serialize the component due to ViewComponent v2.35.0 changing some instance variable names: https://github.com/github/view_component/pull/967 This means `@controller` and `@helpers` are now `@__vc_controller` and `@__vc_helpers`, which are not excluded...
### Describe the bug A past issue has re-appeared (https://github.com/swc-project/swc/issues/3201) under a different helper: `_instanceof` When using SWC in a bundler that also transpiles node_modules and externalHelpers is enabled, the...
C-bug