Nikolay Kost

Results 55 comments of Nikolay Kost

Pretty expected behavior, it's hard for parser to understand where ends one attribute value and start new one. So parser assumes that all attributes delimited by space. For single attribute...

Hi, can you please provide `vite` or `webpack` config, or maybe link to repo with minimal example that represents this problem?

@petrvecera @BadiiBoukalane can you please share your vite/webpack configs or what build system you use? If you use `type: module` in `package.json` so currently this package don't support `esm` format

DOM processing is not possible because this library is isomorphic. But you can escape html attributes in your own plugin using DOM API. I have ideas to extract this function...

Thanks for your issue. Yes, I can add full support for `bbcode` tags in future. Also when I developed html5 preset I look at https://en.wikipedia.org/wiki/BBCode For workaround you can try...

Main goal of `getUniqAttr` is to handle situations where attribute name is a tag name for bbcodes without any attributes but with attribute value like `[url=example.com]T[/url]` any other variations of...

Thanks for this issues. I think you use latest version of React. But `@bbob/react` compatible with React starting from `15.0` version where `defaultProps` is proper way. I think I can...

I think you can ignore warning. Soon will be released migration to TypeScript and this bug will be fixed

@PeppeL-G I checked https://github.com/PeppeL-G/bbob-import-error repo. Currently @bbob don't support `type: module` I think you can fix this problem if remove `type: module` support to `commonjs`