[x] There are no linting errors and code is properly formatted (your run before push yarn ts:format && yarn ts:lint:fix)
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (check one with "x")
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:
What is the current behavior? (You can also link to an open issue here)
@prop does not work with private properties
What is the new behavior?
@prop works with private properties, but there is still issue with babel
Does this PR introduce a breaking change? (check one with "x")
[x] Yes
[ ] No
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Babel compiler from now does not work properly with blaze-elements
Please check if the PR fulfills these requirements
yarn ts:format && yarn ts:lint:fix
)What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here) @prop does not work with private properties
What is the new behavior? @prop works with private properties, but there is still issue with
babel
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ... Babel compiler from now does not work properly with blaze-elements
Other information:
affects: @blaze-elements/common
Closes #284