We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Если в названии платформы или модификатора содержится знак минуса, то match выдает null:
const reactNaming = require('@bem/sdk.naming.presets/react') const createMatch = require('@bem/sdk.naming.cell.match') const match = createMatch(reactNaming) const { cell } = match('MyBlock/_kind/[email protected]') // => null const { cell } = match('MyBlock/_kind/MyBlock_kind-name.js') // => null
The text was updated successfully, but these errors were encountered:
Решение докинуть сюда знак минуса помогло, но тогда элементы перестают парситься.
Sorry, something went wrong.
cc @zxqfox
Кажется, что проблема в том как используется wordPattern Надо покурить в код немного
No branches or pull requests
Если в названии платформы или модификатора содержится знак минуса, то match выдает null:
The text was updated successfully, but these errors were encountered: