Kiho Chang
Kiho Chang
@debugpoint136 You can check this out https://github.com/Kiho/smelte-monorepo/blob/master/packages/app-ts/webpack.config.js It will not work with current version, but you could get a idea.
Check this repository https://github.com/Kiho/smelte-template-webpack
I am not seeing spinning wheel, it's not moving at all after successful login.
Looks like you fixed the problem, I don't understand why but It is working fine after I made new clone of project. Thanks for quick response.
I can't reproduce problem anymore. One thing I remember is ProductVersion field of MigrationHistory contains AppIdentityDbContext - 2.2.6 & PersistedGrantDbContext 2.2.3 but both are 2.2.3 now. I used VS 2019...
I am not sure what is your issue, I can't replicate problem in my setup. what version of `react-draft-wysiwyg` you are using? If it's not 1.14.7 then that might be...
I don't like infinity level of recursion, probably you can create 2 sub form components, one for form builder and another for form generator which could be repeatable. Or create...
You need to setup updateOrder function in preview.jsx ```js _onUpdateOrder() { const newData = this.state.data.slice(0); store.dispatch('updateOrder', newData); this.setState({ data: newData }); } ``` in constructor bind updateOrder to instance ```js...
That branch was merged (https://github.com/Kiho/react-form-builder/pull/38), maybe your problem is just typo, it should be `canHavePageBreakBefore`
https://github.com/Kiho/react-form-builder/pull/38/files