Steve Kaschinske

Results 3 comments of Steve Kaschinske

I'm seeing another Docker-only crash in 2.8.0. Error in docker production build: ![Screen Shot 2021-03-25 at 6 16 38 PM](https://user-images.githubusercontent.com/1585795/112560852-a43e6f80-8d99-11eb-902f-321809313caf.png) Commenting out the component confirmed its `react-sortable-tree` related. Reverting to...

Suggested workaround while this is broken: Add a lifecycle ignore changes block to `google_compute_security_policy`: `lifecycle { ignore_changes = [rule] }` Define your rules using the `google_compute_security_policy_rule` resource. Your rules will...

After upgrading to 4.x and 5.x the `emitAuthState` solution no longer works (the function was removed in the update). Any guidance on how to update the `customAuthHandler` to mock a...