Kkmatt11
Kkmatt11
Here is my crude attempt at this. It is very hacky and rushed but this should get you started at the very least. Sorry for a ton of props but...
Just to note that this does break any intellisense for the props since its using type, but it will get the job done for dynamically theming. If it gets worked...
The editor will not resize after its initialization because the child elements are setting a static width based on the init. Component: ``` ``` Rendered Html of monaco-react parent sections:...
@saulpalv Can we keep this open for a chance that it might be resolved in this repo?
If you use the TreeNode component instead of the treeData prop it works sort of. You will have to add the styling you want. So the Tree component would look...
The code in the commit linked related to triggers is only hit if you add the includeTriggerModifications option in your insert or update statement. This just bypasses the output using...
@KrisLau So you're issue is that you are treating the output like a return statement. As the error indicates if a table has a trigger the output statement must be...
According to your testing scripts you are expecting results like ```merge into [upsert_tests] using (values (?, ?)) as tsource([email], [name]) on [upsert_tests].[email] = tsource.[email] when not matched then insert ([email],...
> @KalebMatthews Managed to get rid of the error turns out I hadn't noticed that I fixed the error and was getting a different one related to something else (managed...