Adam Lane
Adam Lane
@thangngoc89 Give me github and npm maintainer permissions and I will help (will talk transfer ownership to me once I get my branch merged back in). I changed jobs am...
Thanks to @JakubMarkiewicz there is a jsx3 release published under `[email protected]`. If you are able to contribute: * try it out and push fixes * merge anything new here since...
Could you take a look at this branch https://github.com/Enalmada/bs-ant-design and see if there is anything in this pull request not in that branch? jsx3 is a major update to the...
Oh how frustrating. Well if you can help me figure out what the fix would be for layout component Header for example I can help fix everything else up following...
The problem seems to be with the exports["default"]...the new antd typescript is no longer exporting children like Header of Layout.Header: node_modules/antd/lib/layout/layout.js ``` Layout.Header = Header; Layout.Footer = Footer; Layout.Content =...
@OAGr This fixed now? Would you be in a position to do a pull request?
I believe this is fixed in https://github.com/Enalmada/bs-ant-design/pull/2 and will get merged in here eventually.
@johnhaley81 Does jsx3 help this situation at all? https://github.com/Enalmada/bs-ant-design/pull/2
This is probably blocked by https://github.com/thangngoc89/bs-ant-design/issues/25. However there is a branch where this should be fixed, https://github.com/Enalmada/bs-ant-design/pull/2, so will get that merged in here eventually.
I just tried to upgrade next to canary to test some fixes and got: ``` import { resolve, format, parse } from 'url'; ^ SyntaxError: Unexpected token { ``` Removing...